@dGUIJS/postcss-rezimota
PostCSS plugin for generating your CSS using ACSS classes.
Example
Input:
Output:
Installation
npm install @dguijs/postcss-rezimota --save-dev
Usage
You can use the plugin with PostCSS CLI.
-
Install the plugin alongside
postcss-cli
:npm install postcss-cli @dguijs/postcss-rezimota --save-dev -
Add script for compiling CSS to your
package.json
:"scripts": -
Call
npm run build:css
.
Configuration
No configuration. Consider it a feature.
License
See LICENSE file for details.