browserify-postcss
browserify-postcss copied to clipboard
transform contents using postcss
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.
usage
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...