1.0.7 • Published 6 years ago

stylelint-config-uclaradio v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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"
}
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago