chore(bundle): update scss-lint 0.59 => 0.60

This commit is contained in:
Colin Darie 2023-10-02 09:33:45 +02:00
parent eb3878b288
commit bda55299d3
2 changed files with 3 additions and 3 deletions

View file

@ -239,7 +239,7 @@ GEM
excon (0.102.0) excon (0.102.0)
factory_bot (6.1.0) factory_bot (6.1.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
ffi (1.15.5) ffi (1.16.2)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
rake rake
@ -658,7 +658,7 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
scss_lint (0.59.0) scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5) sass (~> 3.5, >= 3.5.5)
selectize-rails (0.12.6) selectize-rails (0.12.6)
selenium-devtools (0.114.0) selenium-devtools (0.114.0)

View file

@ -61,7 +61,7 @@
} }
.flex-gap-2 { .flex-gap-2 {
gap: 2 * $default-spacer; // scss-lint:disable PropertySpelling gap: 2 * $default-spacer;
} }
.flex-1 { .flex-1 {