magefront-plugin-postcss
Version:
PostCSS plugin for **magefront**.
20 lines (12 loc) • 333 B
Markdown
# magefront-plugin-postcss
PostCSS plugin for **magefront**.
## Install
npm i postcss magefront-plugin-postcss
## Usage
```js
import postcss from 'magefront-plugin-postcss'
export default {
plugins: [postcss()],
}
```
See the [documentation](https://ubermanu.github.io/magefront/#/plugins/postcss) for more information.