postcss-browser
v7.0.26
Published
```js import postcss from 'postcss-browser'
Downloads
159
Readme
Documentation
import postcss from 'postcss-browser'
postcss([
// plugins
]).process(`
/* css */
`, {
from: undefined,
}).then(result => {
console.log(result.css)
})