postcss-browser8
TypeScript icon, indicating that this package has built-in type declarations

8.3.6 • Public • Published

PostCSS

Bundle the postcss to the esmodule and translate node to the browser

use

yarn add -D postcss-browser

import postcss from "../../dist/postcss"

const lazyResult = postcss().process(".title {color: red}")

lazyResult.then(res => {
  console.log(res)
})

Package Sidebar

Install

npm i postcss-browser8

Weekly Downloads

0

Version

8.3.6

License

MIT

Unpacked Size

460 kB

Total Files

54

Last publish

Collaborators

  • china-bin