stylelint-plugin-dialtone 1.3.1-next.1
Install from the command line:
Learn more about npm packages
$ npm install @dialpad/stylelint-plugin-dialtone@1.3.1-next.1
Install via package.json:
"@dialpad/stylelint-plugin-dialtone": "1.3.1-next.1"
About this version
Dialtone StyleLint plugin containing rules to help developers maintain dialtone recommended practices for CSS.
You'll first need to install stylelint into your project:
npm install -D stylelintNext, install @dialpad/stylelint-plugin-dialtone:
npm install -D @dialpad/stylelint-plugin-dialtoneAdd @dialpad/stylelint-plugin-dialtone to the plugins array in your stylelint.config file.
{
"plugins": ["@dialpad/stylelint-plugin-dialtone"],
}Then configure the rules you want to use under the rules section.
{
"rules": {
"@dialpad/stylelint-plugin-dialtone/no-mixins": true
}
}Details
- stylelint-plugin-dialtone
-
dialpad
- 3 months ago
- MIT
- 4 dependencies
Assets
- stylelint-plugin-dialtone-1.3.1-next.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0