Skip to content

Releases: ricokahler/flair

Ship with color2k

25 May 17:40
Compare
Choose a tag to compare

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

06 May 04:08
Compare
Choose a tag to compare
  • switches from nanoid to uid in @react-style-system/standalone
  • switches to babel to compile TS and includes @babel/runtime as a dependency
  • fixes some bugs related to !importants in SSR mode

First release

01 May 05:51
Compare
Choose a tag to compare

This is the first release of react-style-system 🎉 Check out the readme for more info