Another CSS-in-JS library. This project is WIP. Feedback welcome :)
- Simplicity of tooling. No Babel or Webpack requirements.
- Theming. Ideally it should be easier to use values from the theme than to use custom properties.
- Easy methods to create component based design systems.
- Easily override component styles without requiring creation of a new component.
Components are great for encapsulating patterns where html and css needs are intertwined.
We're using inline styles. Some of the traditional downsides of inline styles include lack of support for:
- psuedo selectors
- media queries
- keyframes