Skip to content

Generator repository for helping pack together css frameworks into BetterSEQTA+ Themes.

Notifications You must be signed in to change notification settings

BetterSEQTA/BetterSEQTA-Theme-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterSEQTA Theme Generator

A repository to assist in packaging CSS frameworks into BetterSEQTA+ Themes.

Features

  • Ability to use @import to import and break down styles
  • Ability to use mixins to create reusable styles
  • Ability to use simple variables to create reusable styles
  • Ability to use extend to create reusable styles

Getting Started

This repo requires bunjs, new versions of node.js will work for this repo as it can run typescript directly. If you want to use this repo, I would recommend using bunjs. But if not the command will need to be changed to use node.

  1. Clone the repository
git clone https://github.com/SethBurkart123/BetterSEQTA-theme-generator.git
  1. Install dependencies
bun install
  1. This project uses postcss and postcss-cli, so you can build your custom themes by opening package.json and creating a script with different input and output css file. Then run it with:
bun run <script-name>

For example: I created the hacker script, which uses the hacker.css file and outputs a output.css file. So to build the hacker theme, you would run:

bun run hacker

It will auto update as you make changes to the css files.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Generator repository for helping pack together css frameworks into BetterSEQTA+ Themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.4%
  • SCSS 4.7%
  • HTML 1.4%
  • Other 0.5%