Releases: ricokahler/flair
Releases · ricokahler/flair
Ship with color2k
Instead of using its own helpers, react-style-system
now re-exports color2k. This does make the bundle size slightly bigger but it should save you from needed a library like polished or chroma which are both >10kB each.
import { darken, transparentize } from 'react-style-system';
v0.1.1
- switches from
nanoid
touid
in@react-style-system/standalone
- switches to babel to compile TS and includes
@babel/runtime
as a dependency - fixes some bugs related to
!important
s in SSR mode
First release
This is the first release of react-style-system
🎉 Check out the readme for more info