mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Add an initial attempt at a logical property order
This commit is contained in:
parent
38bd0fa6c2
commit
8b34022cc4
1 changed files with 204 additions and 0 deletions
204
scss-lint.yml
204
scss-lint.yml
|
@ -130,6 +130,210 @@ linters:
|
||||||
ignore_unspecified: false
|
ignore_unspecified: false
|
||||||
min_properties: 2
|
min_properties: 2
|
||||||
separate_groups: false
|
separate_groups: false
|
||||||
|
order:
|
||||||
|
- all
|
||||||
|
- content
|
||||||
|
- resize
|
||||||
|
- empty-cells
|
||||||
|
- float
|
||||||
|
- clear
|
||||||
|
- shape-image-threshold
|
||||||
|
- shape-margin
|
||||||
|
- shape-outside
|
||||||
|
- overflow
|
||||||
|
- overflow-x
|
||||||
|
- overflow-y
|
||||||
|
- z-index
|
||||||
|
- position
|
||||||
|
- top
|
||||||
|
- right
|
||||||
|
- bottom
|
||||||
|
- left
|
||||||
|
- transform
|
||||||
|
- transform-origin
|
||||||
|
- transform-style
|
||||||
|
- perspective
|
||||||
|
- perspective-origin
|
||||||
|
- backface-visibility
|
||||||
|
- margin
|
||||||
|
- margin-top
|
||||||
|
- margin-right
|
||||||
|
- margin-bottom
|
||||||
|
- margin-left
|
||||||
|
- visibility
|
||||||
|
- display
|
||||||
|
- box-sizing
|
||||||
|
- width
|
||||||
|
- min-width
|
||||||
|
- max-width
|
||||||
|
- height
|
||||||
|
- min-height
|
||||||
|
- max-height
|
||||||
|
- padding
|
||||||
|
- padding-top
|
||||||
|
- padding-right
|
||||||
|
- padding-bottom
|
||||||
|
- padding-left
|
||||||
|
- grid-gap
|
||||||
|
- grid-area
|
||||||
|
- grid-row
|
||||||
|
- grid-row-start
|
||||||
|
- grid-row-end
|
||||||
|
- grid-row-gap
|
||||||
|
- grid-column
|
||||||
|
- grid-column-start
|
||||||
|
- grid-column-end
|
||||||
|
- grid-column-gap
|
||||||
|
- grid-auto-rows
|
||||||
|
- grid-auto-flow
|
||||||
|
- grid-template
|
||||||
|
- grid-template-areas
|
||||||
|
- grid-template-rows
|
||||||
|
- grid-template-columns
|
||||||
|
- flex
|
||||||
|
- flex-basis
|
||||||
|
- flex-direction
|
||||||
|
- flex-flow
|
||||||
|
- flex-grow
|
||||||
|
- flex-shrink
|
||||||
|
- flex-wrap
|
||||||
|
- order
|
||||||
|
- justify-content
|
||||||
|
- align-content
|
||||||
|
- align-items
|
||||||
|
- align-self
|
||||||
|
- columns
|
||||||
|
- column-width
|
||||||
|
- column-count
|
||||||
|
- column-gap
|
||||||
|
- column-rule
|
||||||
|
- column-rule-color
|
||||||
|
- column-rule-style
|
||||||
|
- column-rule-width
|
||||||
|
- column-fill
|
||||||
|
- column-span
|
||||||
|
- caption-side
|
||||||
|
- table-layout
|
||||||
|
- vertical-align
|
||||||
|
- outline
|
||||||
|
- outline-width
|
||||||
|
- outline-color
|
||||||
|
- outline-style
|
||||||
|
- outline-offset
|
||||||
|
- border
|
||||||
|
- border-width
|
||||||
|
- border-color
|
||||||
|
- border-style
|
||||||
|
- border-radius
|
||||||
|
- border-spacing
|
||||||
|
- border-collapse
|
||||||
|
- border-image
|
||||||
|
- border-image-source
|
||||||
|
- border-image-width
|
||||||
|
- border-image-outset
|
||||||
|
- border-image-repeat
|
||||||
|
- border-image-slice
|
||||||
|
- border-top
|
||||||
|
- border-top-width
|
||||||
|
- border-top-color
|
||||||
|
- border-top-style
|
||||||
|
- border-top-right-radius
|
||||||
|
- border-top-left-radius
|
||||||
|
- border-right
|
||||||
|
- border-right-width
|
||||||
|
- border-right-color
|
||||||
|
- border-right-style
|
||||||
|
- border-bottom
|
||||||
|
- border-bottom-width
|
||||||
|
- border-bottom-color
|
||||||
|
- border-bottom-style
|
||||||
|
- border-bottom-right-radius
|
||||||
|
- border-bottom-left-radius
|
||||||
|
- border-left
|
||||||
|
- border-left-width
|
||||||
|
- border-left-color
|
||||||
|
- border-left-style
|
||||||
|
- box-shadow
|
||||||
|
- clip
|
||||||
|
- clip-path
|
||||||
|
- mask
|
||||||
|
- mask-position
|
||||||
|
- mask-size
|
||||||
|
- object-position
|
||||||
|
- background
|
||||||
|
- background-color
|
||||||
|
- background-image
|
||||||
|
- background-position
|
||||||
|
- background-origin
|
||||||
|
- background-size
|
||||||
|
- background-clip
|
||||||
|
- background-repeat
|
||||||
|
- background-attachment
|
||||||
|
- background-blend-mode
|
||||||
|
- color
|
||||||
|
- font
|
||||||
|
- font-family
|
||||||
|
- font-size
|
||||||
|
- font-size-adjust
|
||||||
|
- font-stretch
|
||||||
|
- font-style
|
||||||
|
- font-variant
|
||||||
|
- font-weight
|
||||||
|
- quotes
|
||||||
|
- tab-size
|
||||||
|
- letter-spacing
|
||||||
|
- line-height
|
||||||
|
- word-break
|
||||||
|
- word-spacing
|
||||||
|
- word-wrap
|
||||||
|
- white-space
|
||||||
|
- direction
|
||||||
|
- unicode-bidi
|
||||||
|
- break-after
|
||||||
|
- page-break-after
|
||||||
|
- break-before
|
||||||
|
- page-break-before
|
||||||
|
- break-inside
|
||||||
|
- page-break-inside
|
||||||
|
- text-align
|
||||||
|
- text-align-last
|
||||||
|
- text-justify
|
||||||
|
- text-indent
|
||||||
|
- text-overflow
|
||||||
|
- text-transform
|
||||||
|
- text-decoration
|
||||||
|
- text-decoration-color
|
||||||
|
- text-decoration-style
|
||||||
|
- text-decoration-line
|
||||||
|
- text-shadow
|
||||||
|
- text-emphasis
|
||||||
|
- text-emphasis-color
|
||||||
|
- filter
|
||||||
|
- opacity
|
||||||
|
- transition
|
||||||
|
- transition-delay
|
||||||
|
- transition-duration
|
||||||
|
- transition-property
|
||||||
|
- transition-timing-function
|
||||||
|
- animation
|
||||||
|
- animation-delay
|
||||||
|
- animation-direction
|
||||||
|
- animation-duration
|
||||||
|
- animation-fill-mode
|
||||||
|
- animation-iteration-count
|
||||||
|
- animation-name
|
||||||
|
- animation-play-state
|
||||||
|
- animation-timing-function
|
||||||
|
- list-style
|
||||||
|
- list-style-type
|
||||||
|
- list-style-position
|
||||||
|
- list-style-image
|
||||||
|
- counter-increment
|
||||||
|
- counter-reset
|
||||||
|
- scroll-snap-type
|
||||||
|
- scroll-snap-coordinate
|
||||||
|
- scroll-snap-destination
|
||||||
|
- cursor
|
||||||
|
|
||||||
PropertySpelling:
|
PropertySpelling:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue