Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

radicalwebdesign/stylelint-config-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-scss

A shareable stylelint config for SCSS used at Radical

Installation

yarn add @radicalwebdesign/stylelint-config-scss --dev

Usage

If you've installed @radicalwebdesign/stylelint-config-scss locally within your project, just set your stylelint config to:

{
  "extends": "@radicalwebdesign/stylelint-config-scss"
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to add the unit-whitelist rule:

{
  "extends": "@radicalwebdesign/stylelint-config-scss",
  "rules": {
    "unit-whitelist": ["em", "rem", "s"]
  }
}

License

Licensed under the MIT license.

About

A shareable stylelint config for SCSS used at Radical

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors