2018-10-05 22:26:48 +02:00
|
|
|
files:
|
2018-10-05 22:31:02 +02:00
|
|
|
include: "app/sass/*.s+(a|c)ss"
|
2018-10-05 22:26:48 +02:00
|
|
|
|
|
|
|
options:
|
|
|
|
formatter: stylish
|
|
|
|
|
|
|
|
rules:
|
2018-10-06 00:46:08 +02:00
|
|
|
attribute-quotes: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
bem-depth:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
|
|
|
- max-depth: 3
|
2018-10-05 22:26:48 +02:00
|
|
|
border-zero:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- convention: none
|
|
|
|
brace-style:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-single-line: false
|
2018-10-06 00:46:08 +02:00
|
|
|
- style: 2tbs
|
|
|
|
class-name-format: 0
|
|
|
|
clean-import-paths: 2
|
|
|
|
declarations-before-nesting: 2
|
|
|
|
empty-args: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
empty-line-between-blocks:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-single-line-rulesets: true
|
2018-10-06 00:46:08 +02:00
|
|
|
extends-before-declarations: 2
|
|
|
|
extends-before-mixins: 2
|
|
|
|
final-newline: 2
|
|
|
|
force-attribute-nesting: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
force-element-nesting: 0
|
|
|
|
force-pseudo-nesting: 0
|
|
|
|
function-name-format:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-leading-underscore: false
|
|
|
|
- convention: hyphenatedbem
|
2018-10-06 00:46:08 +02:00
|
|
|
hex-length: 2
|
|
|
|
hex-notation: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
id-name-format: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
indentation: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
leading-zero:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- include: true
|
|
|
|
max-file-line-count: 0
|
|
|
|
max-line-length: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
mixins-before-declarations: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
mixin-name-format:
|
|
|
|
allow-leading-underscore: false
|
|
|
|
convention: hypenatedbem
|
2018-10-06 00:46:08 +02:00
|
|
|
nesting-depth:
|
|
|
|
- 2
|
|
|
|
- max-depth: 3
|
2018-10-05 22:26:48 +02:00
|
|
|
no-attribute-selectors: 0
|
|
|
|
no-color-hex: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
no-color-keywords: 2
|
|
|
|
no-color-literals:
|
|
|
|
- 0
|
|
|
|
- allow-map-identifiers: true
|
|
|
|
- allow-rgba: true
|
|
|
|
- allow-variable-identifiers: true
|
2018-10-05 22:26:48 +02:00
|
|
|
no-combinators: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
no-css-comments: 2
|
|
|
|
no-debug: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
no-disallowed-properties: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
no-duplicate-properties: 2
|
|
|
|
no-empty-rulesets: 2
|
|
|
|
no-extends: 0
|
|
|
|
no-ids: 2
|
|
|
|
no-important: 2
|
|
|
|
no-invalid-hex: 2
|
|
|
|
no-mergeable-selectors: 2
|
|
|
|
no-misspelled-properties: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
no-qualifying-elements:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-element-with-attribute: true
|
|
|
|
- allow-element-with-class: false
|
|
|
|
- allow-element-with-id: false
|
2018-10-06 00:46:08 +02:00
|
|
|
no-trailing-whitespace: 2
|
|
|
|
no-trailing-zero: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
no-transition-all: 0
|
|
|
|
no-universal-selectors: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
no-url-domains: 2
|
|
|
|
no-url-protocols: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
no-vendor-prefixes:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 0
|
2018-10-05 22:26:48 +02:00
|
|
|
- ignore-non-standard: true
|
2018-10-06 00:46:08 +02:00
|
|
|
no-warn: 2
|
|
|
|
one-declaration-per-line: 0
|
|
|
|
placeholder-in-extend: 0
|
2018-10-05 22:26:48 +02:00
|
|
|
placeholder-name-format:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-leading-underscore: false
|
|
|
|
- convention: hyphenatedbem
|
|
|
|
property-sort-order:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- order:
|
|
|
|
- width
|
|
|
|
- max-width
|
|
|
|
- min-width
|
|
|
|
- height
|
|
|
|
- max-height
|
|
|
|
- min-height
|
|
|
|
- margin
|
|
|
|
- padding
|
|
|
|
- top
|
|
|
|
- right
|
|
|
|
- bottom
|
|
|
|
- left
|
|
|
|
-
|
2018-10-06 00:46:08 +02:00
|
|
|
- align-content
|
|
|
|
- align-items
|
2018-10-05 22:26:48 +02:00
|
|
|
- animation
|
|
|
|
- animation-delay
|
|
|
|
- animation-direction
|
|
|
|
- animation-duration
|
|
|
|
- animation-fill-mode
|
|
|
|
- animation-iteration-count
|
|
|
|
- animation-name
|
|
|
|
- animation-play-state
|
|
|
|
- animation-timing-function
|
|
|
|
- appearance
|
|
|
|
- backface-visibility
|
|
|
|
- background
|
|
|
|
- background-attachment
|
|
|
|
- background-clip
|
|
|
|
- background-color
|
|
|
|
- background-image
|
|
|
|
- background-origin
|
|
|
|
- background-position
|
|
|
|
- background-repeat
|
|
|
|
- background-size
|
|
|
|
- border
|
|
|
|
-
|
|
|
|
- border-top
|
|
|
|
- border-right
|
|
|
|
- border-bottom
|
|
|
|
- border-left
|
|
|
|
-
|
|
|
|
- border-top-color
|
|
|
|
- border-right-color
|
|
|
|
- border-bottom-color
|
|
|
|
- border-left-color
|
|
|
|
-
|
|
|
|
- border-top-style
|
|
|
|
- border-right-style
|
|
|
|
- border-bottom-style
|
|
|
|
- border-left-style
|
|
|
|
-
|
|
|
|
- border-top-width
|
|
|
|
- border-right-width
|
|
|
|
- border-bottom-width
|
|
|
|
- border-left-width
|
|
|
|
-
|
|
|
|
- border-top-right-radius
|
|
|
|
- border-bottom-right-radius
|
|
|
|
- border-top-left-radius
|
|
|
|
- border-bottom-left-radius
|
|
|
|
-
|
|
|
|
- border-radius-topright
|
|
|
|
- border-radius-bottomright
|
|
|
|
- border-radius-topleft
|
|
|
|
- border-radius-bottomleft
|
|
|
|
-
|
|
|
|
- border-collapse
|
|
|
|
- border-color
|
|
|
|
- border-image
|
|
|
|
- border-radius
|
|
|
|
- border-spacing
|
|
|
|
- border-style
|
|
|
|
- border-width
|
|
|
|
-
|
|
|
|
- box-align
|
2018-10-06 00:46:08 +02:00
|
|
|
- box-decoration-break
|
2018-10-05 22:26:48 +02:00
|
|
|
- box-flex
|
|
|
|
- box-orient
|
|
|
|
- box-pack
|
|
|
|
- box-shadow
|
|
|
|
- box-sizing
|
|
|
|
- caption-side
|
|
|
|
- clear
|
|
|
|
- clip
|
|
|
|
- color
|
|
|
|
- content
|
|
|
|
- counter-increment
|
|
|
|
- counter-reset
|
|
|
|
- cursor
|
|
|
|
- direction
|
|
|
|
- display
|
|
|
|
- empty-cells
|
|
|
|
- filter
|
2018-10-06 00:46:08 +02:00
|
|
|
- flex
|
2018-10-05 22:26:48 +02:00
|
|
|
- flex-align
|
|
|
|
- flex-direction
|
2018-10-06 00:46:08 +02:00
|
|
|
- flex-flow
|
|
|
|
- flex-grow
|
2018-10-05 22:26:48 +02:00
|
|
|
- flex-order
|
|
|
|
- flex-pack
|
|
|
|
- float
|
|
|
|
- font
|
|
|
|
- font-family
|
|
|
|
- font-size
|
|
|
|
- font-smoothing
|
|
|
|
- font-style
|
|
|
|
- font-variant
|
|
|
|
- font-weight
|
2018-10-06 00:46:08 +02:00
|
|
|
- grid
|
|
|
|
- grid-area
|
|
|
|
- grid-gap
|
|
|
|
- grid-template
|
|
|
|
- grid-template-columns
|
2018-10-05 22:26:48 +02:00
|
|
|
- hyphens
|
|
|
|
- interpolation-mode
|
2018-10-06 00:46:08 +02:00
|
|
|
- justify-content
|
2018-10-05 22:26:48 +02:00
|
|
|
- letter-spacing
|
|
|
|
- line-height
|
|
|
|
- list-style
|
|
|
|
- list-style-image
|
|
|
|
- list-style-position
|
|
|
|
- list-style-type
|
|
|
|
- margin-collapse
|
|
|
|
-
|
|
|
|
- margin-top
|
|
|
|
- margin-right
|
|
|
|
- margin-bottom
|
|
|
|
- margin-left
|
|
|
|
-
|
|
|
|
- margin-top-collapse
|
|
|
|
- margin-right-collapse
|
|
|
|
- margin-bottom-collapse
|
|
|
|
- margin-left-collapse
|
|
|
|
-
|
|
|
|
- marks
|
2018-10-06 00:46:08 +02:00
|
|
|
- object-fit
|
|
|
|
- object-position
|
2018-10-05 22:26:48 +02:00
|
|
|
- opacity
|
|
|
|
- osx-font-smoothing
|
|
|
|
- outline
|
|
|
|
- outline-color
|
|
|
|
- outline-offset
|
|
|
|
- outline-style
|
|
|
|
- outline-width
|
|
|
|
- overflow
|
2018-10-06 00:46:08 +02:00
|
|
|
- overflow-scrolling
|
2018-10-05 22:26:48 +02:00
|
|
|
- overflow-x
|
|
|
|
- overflow-y
|
|
|
|
- padding-top
|
|
|
|
- padding-right
|
|
|
|
- padding-bottom
|
|
|
|
- padding-left
|
|
|
|
- page
|
|
|
|
- pointer-events
|
|
|
|
- position
|
|
|
|
- quotes
|
|
|
|
- resize
|
|
|
|
- set-link-source
|
|
|
|
- size
|
|
|
|
- speak
|
|
|
|
- src
|
|
|
|
- table-layout
|
|
|
|
- text-align
|
|
|
|
- text-decoration
|
|
|
|
- text-indent
|
2018-10-06 00:46:08 +02:00
|
|
|
- text-orientation
|
2018-10-05 22:26:48 +02:00
|
|
|
- text-overflow
|
|
|
|
- text-rendering
|
|
|
|
- text-shadow
|
|
|
|
- text-size-adjust
|
|
|
|
- text-transform
|
|
|
|
- transform
|
|
|
|
- transform-origin
|
|
|
|
- transition
|
|
|
|
- transition-delay
|
|
|
|
- transition-duration
|
|
|
|
- transition-property
|
|
|
|
- transition-timing-function
|
|
|
|
- unicode-bidi
|
|
|
|
- user-select
|
|
|
|
- vertical-align
|
|
|
|
- visibility
|
|
|
|
- white-space
|
|
|
|
- word-break
|
|
|
|
- word-spacing
|
|
|
|
- word-wrap
|
2018-10-06 00:46:08 +02:00
|
|
|
- writing-mode
|
2018-10-05 22:26:48 +02:00
|
|
|
- z-index
|
|
|
|
- zoom
|
|
|
|
property-units: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
pseudo-element: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
quotes:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- style: double
|
2018-10-06 00:46:08 +02:00
|
|
|
shorthand-values: 2
|
|
|
|
single-line-per-selector: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
space-after-bang: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
space-after-colon: 2
|
|
|
|
space-after-comma: 2
|
|
|
|
space-around-operator: 2
|
|
|
|
space-before-bang: 2
|
|
|
|
space-before-brace: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
space-before-colon: 0
|
|
|
|
space-between-parens: 0
|
2018-10-06 00:46:08 +02:00
|
|
|
trailing-semicolon: 2
|
|
|
|
url-quotes: 2
|
2018-10-05 22:26:48 +02:00
|
|
|
variable-for-property: 0
|
|
|
|
variable-name-format:
|
2018-10-06 00:46:08 +02:00
|
|
|
- 2
|
2018-10-05 22:26:48 +02:00
|
|
|
- allow-leading-underscore: false
|
|
|
|
- convention: hyphenatedbem
|
|
|
|
zero-unit: 0
|