2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Stylelint: replace deprecated options

This commit is contained in:
XhmikosR
2020-09-27 16:30:48 +03:00
parent 3cd2cd25b7
commit e0cd05019e
8 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// stylelint-disable property-blacklist
// stylelint-disable property-disallowed-list
// Single side border-radius
// Helper function to replace negative values with 0
+1 -1
View File
@@ -1,4 +1,4 @@
// stylelint-disable property-blacklist
// stylelint-disable property-disallowed-list
@mixin transition($transition...) {
@if length($transition) == 0 {
$transition: $transition-base;