zoubin / browserify-postcss

transform contents using postcss
19 stars 10 forks source link

request: an example with inject:false #5

Open noahehall opened 8 years ago

noahehall commented 8 years ago

for anyone who may find this useful:

gulpfile.js

screen shot 2016-10-02 at 12 06 35 pm

in some random react component import styles from './page.css'; ... <div className='page'> <style scoped type='text/css'>{styles}</style> .... </div>