Generative Functional CSS based on standardized themes
npm install theme-cssGenerative Functional CSS based on standardized themes
From the creators of [Basscss][] & [Tachyons][]
``sh`
npx theme-css init
- ♻️ Functional CSS
- ⚡️ Lightningly Lightweight
- 🔥 Blazingly Blazing
- 🧬 Based on the [Standard Theme Spec][]
- 💄 Built in themes
- 📠 Great for legacy apps
- 🧱 Reuse [Styled System][] theme configurations
[standard theme spec]: https://system-ui.com/theme/
[basscss]: https://basscss.com
[tachyons]: https://tachyons.io
[styled system]: https://styled-system.com
`sh`
npx theme-css ./src/theme.js > dist/styles.css
- customProperties (true)responsive
- (true)breakpointNames
- ([ 'sm', 'md', 'lg', 'xl', 'xxl', 'xxxl' ])selectors
- (object)utilities
- (true)plugins` (array)
-
MIT License