mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Enable scss/dollar-variable-default
rule (#25542)
This checks if all variables are `!default`.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Common values
|
||||
|
||||
// Sass list not in variables since it's not intended for customization.
|
||||
// stylelint-disable-next-line scss/dollar-variable-default
|
||||
$positions: static, relative, absolute, fixed, sticky;
|
||||
|
||||
@each $position in $positions {
|
||||
|
Reference in New Issue
Block a user