Skip to content

mapgrid/postcss-browser

Repository files navigation

PostCSS [Browser]

Browser build of PostCSS. Automatically tracks latest PostCSS release.

Status Latest Release


Documentation

import postcss from 'postcss-browser'

postcss([
    // plugins
]).process(`
    /* css */
`, {
    from: undefined,
}).then(result => {
    console.log(result.css)
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published