https://github.com/startupjs/cssx
CSS-in-JS with actual CSS
https://github.com/startupjs/cssx
Last synced: 2 months ago
JSON representation
CSS-in-JS with actual CSS
- Host: GitHub
- URL: https://github.com/startupjs/cssx
- Owner: startupjs
- Created: 2024-10-27T13:08:40.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:19:40.000Z (7 months ago)
- Last Synced: 2025-01-24T04:52:03.849Z (4 months ago)
- Language: JavaScript
- Homepage: https://cssx.dev/
- Size: 910 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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()`](https://developer.mozilla.org/en-US/docs/Web/CSS/::part)
- Dynamic CSS Variables (`var(--foo-bar)`)
- Automatic styles caching (prevents unnecessary re-renderings)
- [Stylus](https://stylus-lang.com) support
- Theming
- Customizable style system based on Material Design guidelines (8px grid)## Installation
For installation and documentation see [cssx.dev](https://cssx.dev)
## License
MIT