1.0.5 • Published 8 years ago

@uclaradio/stylelint-config-uclaradio v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

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