diff options
| author | XhmikosR <[email protected]> | 2023-04-11 11:44:19 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-11 11:44:19 +0300 |
| commit | fdd306f48100304b09ffd525a4d0cd3f524e0693 (patch) | |
| tree | 4e44903ed7854d4197374e695c164ff518dd0bc9 /scss/tests | |
| parent | b000f2ace1cd70a141ff0a90f2d18a57d4ecfae4 (diff) | |
| download | bootstrap-fdd306f48100304b09ffd525a4d0cd3f524e0693.tar.xz bootstrap-fdd306f48100304b09ffd525a4d0cd3f524e0693.zip | |
Update devDependencies (#38437)
* Update devDependencies
* @babel/preset-env ^7.20.2 → ^7.21.4
* @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2
* eslint ^8.37.0 → ^8.38.0
* rtlcss ^4.0.0 → ^4.1.0
* sass ^1.60.0 → ^1.61.0
* stylelint ^14.16.1 → ^15.4.0
* stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1
* vnu-jar 22.9.29 → 23.4.11
* Fix the new Stylelint issues
Diffstat (limited to 'scss/tests')
| -rw-r--r-- | scss/tests/mixins/_utilities.test.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tests/mixins/_utilities.test.scss b/scss/tests/mixins/_utilities.test.scss index 16ae169b8..63fcae3af 100644 --- a/scss/tests/mixins/_utilities.test.scss +++ b/scss/tests/mixins/_utilities.test.scss @@ -258,7 +258,7 @@ $enable-important-utilities: false; .desaturated-color-blue { --bs-color-opacity: 1; // Sass compilation will put a leading zero so we want to keep that one - // stylelint-disable-next-line number-leading-zero + // stylelint-disable-next-line stylistic/number-leading-zero --bs-color-saturation: 0.25; color: hsla(192deg, var(--bs-color-saturation), 0, var(--bs-color-opacity)); } |
