Skip to content

Instantly share code, notes, and snippets.

@petyappetrov
Created September 13, 2016 08:15
Show Gist options
  • Save petyappetrov/43ff08a03a31d7a1ea1039eb81c06258 to your computer and use it in GitHub Desktop.
Save petyappetrov/43ff08a03a31d7a1ea1039eb81c06258 to your computer and use it in GitHub Desktop.
---
rules:
at-rule-name-case: lower
at-rule-no-vendor-prefix: true
at-rule-semicolon-newline-after: always
block-closing-brace-newline-after: never-single-line
block-closing-brace-newline-before: always
block-no-empty: true
block-no-single-line: true
block-opening-brace-newline-after: always
block-opening-brace-space-before: always
color-hex-case: lower
declaration-block-no-duplicate-properties: true
declaration-block-semicolon-newline-after: always
declaration-colon-space-after: always
declaration-colon-space-before: never
function-comma-space-after: always
function-parentheses-space-inside: never
indentation: 2
max-empty-lines: 2
max-nesting-depth: 3
media-feature-name-no-vendor-prefix: true
no-duplicate-selectors: true
no-eol-whitespace: true
no-extra-semicolons: true
no-invalid-double-slash-comments: true
no-unknown-animations: true
property-no-vendor-prefix: true
# selector-list-comma-space-after: always
selector-type-no-unknown: true
string-quotes: single
value-list-comma-newline-after: never-multi-line
value-list-comma-newline-before: never-multi-line
value-list-comma-space-after: always-single-line
value-list-comma-space-before: never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment