Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 623 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 623 Bytes

CSSX

CSS-in-JS with actual CSS syntax

Features:

  • Write CSS inside JS files using the actual CSS syntax
  • Supports both Web and React Native
  • Override styles of parts of the component from the outside using :part()
  • Dynamic CSS Variables (var(--foo-bar))
  • Automatic styles caching (prevents unnecessary re-renderings)
  • Stylus support
  • Theming
  • Customizable style system based on Material Design guidelines (8px grid)

Installation

For installation and documentation see cssx.dev

License

MIT