@axa-ch/stylelint-config-axa-base
v1.0.0
Published
AXA's base StyleLint RC, extending standard stylelint config
Downloads
7
Maintainers
Readme
stylelint-config-axa-base
AXA's base StyleLint RC, extending standard stylelint config
Usage
- Install from
@axa-ch/stylelint-config-axa-base
by:
npm i --save-dev @axa-ch/stylelint-config-axa-base
- Install peer dependencies of
@axa-ch/stylelint-config-axa-base
andstylelint-config-standard
It requires styleint
Install the correct versions of each package, which are listed by the command:
npm info "@axa-ch/stylelint-config-axa-base@latest" peerDependencies
npm info "stylelint-config-standard@latest" peerDependencies
- Add
"exetnds": "@axa-ch/stylelint-config-axa-base"
to your .stylelintrc
Plugins
This rc incorporates stylelint-order
and stylelint-declaration-strict-value
plugins.
stylelint-order
CSS properties are ordered and group according to the following:
- Positioning
- Box-Model
- Flex-Container
- Flex-Children
- Typography
- Visual