Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 679 Bytes

stylelint-config-uclaradio

How UCLA Radio writes CSS and Sass. We use this on our website!

You can add it to your project by installing stylelint first, then stylelint-config-uclaradio, then adding it to your .stylelintrc file.

Installation

What you put in your terminal:

# We prefer yarn, but npm also works
yarn add --dev stylelint
yarn add --dev stylelint-config-uclaradio

Then configure your .stylelintrc.json (or alternative) as follows:

{
  "extends": "stylelint-config-uclaradio"
}