0.0.6 • Published 5 years ago

theme-css v0.0.6

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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.css

Options

  • customProperties (true)
  • responsive (true)
  • breakpointNames ([ 'sm', 'md', 'lg', 'xl', 'xxl', 'xxxl' ])
  • selectors (object)
  • utilities (true)
  • plugins (array)

Node API

MIT License