mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Move border attributes for specific sides immediately following the general attribute for each
This commit is contained in:
parent
f1760e71cf
commit
169b0d6ef2
1 changed files with 12 additions and 12 deletions
|
@ -221,24 +221,24 @@ linters:
|
||||||
- outline-style
|
- outline-style
|
||||||
- outline-offset
|
- outline-offset
|
||||||
- border
|
- border
|
||||||
- border-width
|
|
||||||
- border-color
|
|
||||||
- border-style
|
|
||||||
- border-top
|
- border-top
|
||||||
- border-top-width
|
|
||||||
- border-top-color
|
|
||||||
- border-top-style
|
|
||||||
- border-right
|
- border-right
|
||||||
- border-right-width
|
|
||||||
- border-right-color
|
|
||||||
- border-right-style
|
|
||||||
- border-bottom
|
- border-bottom
|
||||||
- border-bottom-width
|
|
||||||
- border-bottom-color
|
|
||||||
- border-bottom-style
|
|
||||||
- border-left
|
- border-left
|
||||||
|
- border-width
|
||||||
|
- border-top-width
|
||||||
|
- border-right-width
|
||||||
|
- border-bottom-width
|
||||||
- border-left-width
|
- border-left-width
|
||||||
|
- border-color
|
||||||
|
- border-top-color
|
||||||
|
- border-right-color
|
||||||
|
- border-bottom-color
|
||||||
- border-left-color
|
- border-left-color
|
||||||
|
- border-style
|
||||||
|
- border-top-style
|
||||||
|
- border-right-style
|
||||||
|
- border-bottom-style
|
||||||
- border-left-style
|
- border-left-style
|
||||||
- border-radius
|
- border-radius
|
||||||
- border-top-right-radius
|
- border-top-right-radius
|
||||||
|
|
Loading…
Reference in a new issue