postcss 1.0.0-alpha.1
Install from the command line:
Learn more about npm packages
$ npm install @minicss/postcss@1.0.0-alpha.1
Install via package.json:
"@minicss/postcss": "1.0.0-alpha.1"
About this version
MiniCSS PostCSS Plugin
npm i @minicss/postcss
Create the postcss.config.js
file:
module.exports = {
plugins: {
"@minicss/postcss": {},
},
};
Name | Type | Default | Description |
---|---|---|---|
classes | boolean | true |
Should the plugin rename css classes |
ids | boolean | true |
Should the plugin rename css ids |
variables | boolean | true |
Should the plugin rename css variables |
outputMapFile | string | - | Where to write the output map to be used outside the plugin |
*
means the options is required.
First build the project:
npm run build
Then run the command below:
npm run benchmark
We use SemVer for versioning. For the versions available, see the releases on this repository.
- Ardalan Amini - Core Maintainer - @ardalanamini
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
Assets
- postcss-1.0.0-alpha.1-npm.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0