Fast and tiny CSS in JS library
- No dependency, super tiny (~2.5 KB gzipped)
- Framework agnostic
- Universal rendering
- No custom AST transform or module loader needed
- Atomic style CSS
- Inserts only critical styles into stylesheet (both server side and client side)
- No JavaScript object parsing
- No JavaScript object hashing
- Adaptive CSS prefixer that detects browser CSS support and then prefixs styles lazily and properly. It prefixes not only CSS properties and values but also CSS pseudo-classes/elements such as
:fullscreen
,::placeholder
- Class names and prefix results are cached
- Flexibility. Don't need the prefixer? You can remove it or replace it with your own choice
yarn add jsty
IE >= 9
Old flexbox syntax is not supported by the built-in prefixer.