First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
34
node_modules/cssgram/sass-lint.yml
generated
vendored
Normal file
34
node_modules/cssgram/sass-lint.yml
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
files:
|
||||
include: '**/*.s+(a|c)ss'
|
||||
ignore:
|
||||
rules:
|
||||
# Consistency Rules
|
||||
extends-before-mixins: 1
|
||||
extends-before-declarations: 1
|
||||
mixins-before-declarations: 1
|
||||
# Require an empty line between blocks
|
||||
empty-line-between-blocks: 1
|
||||
no-empty-rulesets: 1
|
||||
no-extends: 0
|
||||
final-newline: 1
|
||||
no-ids: 1
|
||||
indentation: 1
|
||||
no-important: 1
|
||||
leading-zero: 1
|
||||
nesting-depth: 1
|
||||
placeholder-in-extend: 1
|
||||
property-sort-order: 1
|
||||
one-declaration-per-line: 1
|
||||
single-line-per-selector: 1
|
||||
space-after-comma: 1
|
||||
# Space surrounding colons
|
||||
space-before-colon: 1
|
||||
space-after-colon: 1
|
||||
|
||||
space-before-brace: 1
|
||||
|
||||
space-before-bang: 1
|
||||
space-after-bang: 1
|
||||
|
||||
space-between-parens: 1
|
||||
trailing-semicolon: 1
|
Loading…
Add table
Add a link
Reference in a new issue