diff options
| author | freezy <[email protected]> | 2018-02-07 14:28:35 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-02-07 15:28:35 +0200 |
| commit | 2dc9c76d75fcbbf3ff4181a09e0b0e0bae0caf20 (patch) | |
| tree | 0a570a77e1d57288dbd6e65551965a24fa1ce1b1 /scss | |
| parent | 9057d8da164bed683f49d30c6414753dad41de3e (diff) | |
| download | bootstrap-2dc9c76d75fcbbf3ff4181a09e0b0e0bae0caf20.tar.xz bootstrap-2dc9c76d75fcbbf3ff4181a09e0b0e0bae0caf20.zip | |
Enable `scss/dollar-variable-default` rule (#25542)
This checks if all variables are `!default`.
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/utilities/_position.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_position.scss b/scss/utilities/_position.scss index ef962eddb..9ecdeeb9b 100644 --- a/scss/utilities/_position.scss +++ b/scss/utilities/_position.scss @@ -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 { |
