An open API service indexing awesome lists of open source software.

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

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