1.4.1 • Published 3 years ago

stylelint-config-reflex v1.4.1

Weekly downloads
125
License
MIT
Repository
github
Last release
3 years ago

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"],
}