suit-webpack-plugin
v2.6.0
Published
This is a webpack plugin for suitcss-utils's dependency manager, that helps to compile imported utilities. (based on suitcss-preprocessor)
Readme
suit-webpack-plugin
This is a webpack plugin for suitcss-utils's dependency manager, that helps to compile imported utilities. (based on suitcss-preprocessor)
Getting started
Install the plugin:
npm i -D suit-webpack-pluginor
yarn add -D suit-webpack-pluginUsage
// import package
const SuitCSS = require('suit-webpack-plugin')
// use package as a webpack plugin
new SuitCSS({ from: 'source', to: 'dest' })API
| prop | description | | ---- | ----------------------------------------------------------------------------------- | | from | file path where you import utilities | | dest | compiled/bundled file path location to save |
