Generator for Utility CSS frameworks
npm install @utilitycss/utility
```
$ yarn install @utilitycss/utility
This will use the default options for the plugins which is configured here.
In main.css
`css`
@utility;
In postcss.config.js
`js`
const utility = require("@utilitycss/utility");
module.exports = {
plugins: [utility()]
};
In main.css
`css`
@utility;
In postcss.config.js
`js`
const utility = require("@utilitycss/utility");
module.exports = {
plugins: [utility()]
};
| option | description |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| config |
1. single
1. series
1. backgroundImage
1. border
1. spacing
1. position
1. zIndex
1. float
1. clear
1. colors
1. display
1. visibility
1. opacity
1. outline
1. overflow
1. resize
1. cursor
1. boxSizing
1. width
1. height
1. flexbox
1. font
1. verticalAlign
1. textAlign
1. textDecoration
1. textTransform
1. transform
1. transition