Skip to content

Instantly share code, notes, and snippets.

@luxplanjay
Last active January 15, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luxplanjay/f9396e004ec3a3af85c05f48a3473c73 to your computer and use it in GitHub Desktop.
Save luxplanjay/f9396e004ec3a3af85c05f48a3473c73 to your computer and use it in GitHub Desktop.
rules:
block-no-empty: true
color-no-invalid-hex: true
font-family-no-duplicate-names: true
font-family-no-missing-generic-family-keyword: true
function-calc-no-invalid: true
function-calc-no-unspaced-operator: true
function-linear-gradient-no-nonstandard-direction: true
string-no-newline: true
unit-no-unknown: true
property-no-unknown: true
declaration-block-no-duplicate-properties: true
comment-empty-line-before:
- always
- ignore:
- stylelint-commands
- after-comment
declaration-colon-space-after: always
declaration-no-important: true
indentation:
- 2
- ignore:
- inside-parens
max-empty-lines: 2
rule-empty-line-before:
- always
- except:
- first-nested
ignore:
- after-comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment