browserify-postcss icon indicating copy to clipboard operation
browserify-postcss copied to clipboard

transform contents using postcss

Results 4 browserify-postcss issues
Sort by recently updated
recently updated
newest added

Thank you for this plugin! But is problem. If import css style not from folder "node_modules" --- it will be work! If import css style from folder "node_modules" --- it...

This option would allow one to define custom postcss parser from package.json.

How do I use this as a browserify transform? I currently have a package.json that looks like this: ``` json { "scripts": { "start": "npm run build:libs && budo --pushstate...