Running postcss in the browser #830
|
If you want to process CSS in string in browser, just use PostCSS don’t need node.js API to process CSS string (it loads |
|
But you need to make bundle by your own. There are 2 reasons:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys.
Do you guys have an implementation in place for running postcss in the browser? Is there anything that prevents you guys from making it work in JavaScript on a browser without node? I did some work setting up rollup UMD bundles and it works somewhat, but it would be great if the NPM package included a bundled file that can be used directly in the browser.