stylelint-config-reflex
v1.4.1
Published
Stylelint config for Reflex.
Downloads
15
Maintainers
Readme
stylelint-config-reflex
Default stylelint config used by Reflex.
Installation
# NPM
npm install stylelint-config-reflex --save-dev
# Yarn
yarn add stylelint-config-reflex --dev
Usage
We provide a config for CSS and SCSS. Depending on your project, you can extend either configuration:
CSS
{
"extends": ["stylelint-config-reflex/css"],
}
SCSS
{
"extends": ["stylelint-config-reflex/scss"],
}