2.6.0 • Published 7 years ago

suit-webpack-plugin v2.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

suit-webpack-plugin

Build Status npm version

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-plugin

or

yarn add -D suit-webpack-plugin

Usage

// import package
const SuitCSS = require('suit-webpack-plugin')
// use package as a webpack plugin
new SuitCSS({ from: 'source', to: 'dest' })

API

propdescription
fromfile path where you import utilities
destcompiled/bundled file path location to save