Skip to content

Commit

Permalink
Merge 91726b1 into ce2ec29
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 14, 2019
2 parents ce2ec29 + 91726b1 commit fc1fb30
Show file tree
Hide file tree
Showing 73 changed files with 2,151 additions and 1,371 deletions.
106 changes: 0 additions & 106 deletions .sass-lint.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .stylelintrc
@@ -0,0 +1,13 @@
# vi: set ft=yaml :
extends:
- stylelint-config-standard
- stylelint-config-recommended-scss

rules:
at-rule-empty-line-before: [null, { except: first-nested }]
declaration-empty-line-before: null
block-closing-brace-newline-after: null
selector-list-comma-newline-after: null
declaration-colon-space-after: always-single-line
unit-no-unknown: [true, { ignoreFunctions: ["-webkit-image-set"] }]
selector-pseudo-element-no-unknown: [true, { ignorePseudoElements: ["-webkit"] }]

0 comments on commit fc1fb30

Please sign in to comment.