Skip to content

Latest commit

 

History

History
127 lines (94 loc) · 13.4 KB

rules.md

File metadata and controls

127 lines (94 loc) · 13.4 KB

Rules

Here are stylelint-codeguide rules, grouped by the thing they apply to (just like in Stylelint).

Color

  • color-hex-case: Specify lowercase or uppercase for hex colors (Autofixable).

Function

Number

String

  • string-quotes: Specify single or double quotes around strings (Autofixable).

Unit

  • unit-case: Specify lowercase or uppercase for units (Autofixable).

Value list

Property

  • property-case: Specify lowercase or uppercase for properties (Autofixable).

Declaration

Declaration block

Block

Selector

Selector list

Media feature

Media query list

At-rule

General / Sheet