overriding flatpickr selectors needs to be with uppercase

so disable the scss-lint check SelectorFormat
This commit is contained in:
Jean-Baptiste Bellet
2021-01-29 10:17:01 +01:00
parent 6a2461b30b
commit 57e20373fc

View File

@@ -1,6 +1,8 @@
$background-grey: #eceef1;
$background-blue: #5498da;
// scss-lint:disable SelectorFormat
.flatpickr-calendar {
border-radius: 0;
@@ -56,3 +58,5 @@ $background-blue: #5498da;
border-color: $background-blue;
}
}
// scss-lint:enable SelectorFormat