postjss
postjss copied to clipboard
Use the power of PostCSS in compiling with JSS
Results
1
postjss issues
Sort by
recently updated
recently updated
newest added
Documenation instructs this setup which yields a file not found error: ``` use: [ 'babel-loader', 'postjss/webpack/hot-loader', ] ``` This works: ``` use: [ 'babel-loader', 'postjss/lib/webpack/hot-loader', ] ```
bug