PostCSS [Browser] Browser build of PostCSS. Automatically tracks latest PostCSS release. Documentation import postcss from 'postcss-browser' postcss([ // plugins ]).process(` /* css */ `, { from: undefined, }).then(result => { console.log(result.css) })