MicheleBertoli / css-in-js

React: CSS in JS techniques comparison

Home Page:http://michelebertoli.github.io/css-in-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jss autoprefixer

kof opened this issue · comments

its actually included, using plugin https://github.com/jsstyles/jss-vendor-prefixer

Thanks @kof!
I saw the plugin but I didn't find a way to install it using react-jss.

you mean how to setup it?

or how to install it through npm

Since I don't have access to jss I can't call jss.use, right?

haha of course you have an access ... never thought its an issue do udnerstand .. react-jss is just a convenience function for jss, its using jss ... you can just require('jss') and do everything ...

Do you think its a common missunderstanding and worth a note in the documentation?

Now it's clear, thanks!
Maybe a little paragraph in the readme could help :)

looks great, thanks, added a note to react-jss

Also I am going to add css export via jss-cli so that I can fill all your checkboxes )))

Amazing!