0.0.6 • Published 7 years ago
theme-css v0.0.6
theme-css
Generative Functional CSS based on standardized themes
From the creators of Basscss & Tachyons
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
Generating CSS from an existing theme
npx theme-css ./src/theme.js > dist/styles.cssOptions
customProperties(true)responsive(true)breakpointNames([ 'sm', 'md', 'lg', 'xl', 'xxl', 'xxxl' ])selectors(object)utilities(true)plugins(array)
Node API
MIT License