You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of major changes to the style guide that we want to include in a v2 release. Any change that is deemed "breaking" or "time consuming" refactor should be placed here.
Each change will be listed as an abstract goal, and rules to be changed shall be listed underneath.
Changes
Prefer modern color syntax (rgb(0 0 0 / 1.0))
color-function-notation: 'modern'
color-no-hex: true
color-no-invalid-hex: null
color-hex-case: null
color-hex-length: null
Disallow SCSS global functions. Prefer explicit modules instead.
scss/no-global-function-names: true
Disallow duplicate SCSS variables.
scss/no-duplicate-dollar-variables: true
Make CSS Module support an optional plugin config.
property-no-unknown: (move ignoreProperties and ignoreSelectors)
⚠WORK IN PROGRESS⚠
This is a list of major changes to the style guide that we want to include in a v2 release. Any change that is deemed "breaking" or "time consuming" refactor should be placed here.
Each change will be listed as an abstract goal, and rules to be changed shall be listed underneath.
Changes
rgb(0 0 0 / 1.0)
)color-function-notation
:'modern'
color-no-hex
:true
color-no-invalid-hex
:null
color-hex-case
:null
color-hex-length
:null
scss/no-global-function-names
:true
scss/no-duplicate-dollar-variables
:true
property-no-unknown
: (moveignoreProperties
andignoreSelectors
)declaration-block-no-duplicate-properties
: (moveignoreProperties
)selector-pseudo-class-no-unknown
: (moveignorePseudoClasses
)value-keyword-case
: (moveignoreProperties
)at-rule-no-unknown
&scss/at-rule-no-unknown
: (moveignoreAtRules
)plugin/scss
so steps will need to be made to ensure interop. (perhaps a separate fileplugin/scss-modules
)at-rule-no-unknown
:true
/plugin/scss
no-invalid-double-slash-comments
:null
in/plugin/scss
The text was updated successfully, but these errors were encountered: