Changelog
2.0.0
insertRule
is now used to inject styles to the style element (#240)minify()
controls the minification of style names (defaults to true
when process.env.NODE_ENV === 'production'
) (#291)StyleSheetTestUtils.getBufferedStyles()
(#294)StyleSheetTestUtils
will be minified out in production builds (i.e. when process.env.NODE_ENV === 'production'
) (#305)