add gray borders move mixins after bs

This commit is contained in:
Barış Soner Uşaklı
2023-01-09 14:29:22 -05:00
parent c7c1ff6bea
commit cfbe242a0b
2 changed files with 7 additions and 1 deletions

View File

@@ -86,4 +86,10 @@
.line-clamp-#{$i} {
@include line-clamp($i);
}
}
@each $color, $value in $grays {
.border-gray-#{$color} {
border-color: $value !important;
}
}

View File

@@ -26,10 +26,10 @@ CSS.supportedSkins = [
const buildImports = {
client: function (source, themeData) {
return [
boostrapImport(themeData),
'@import "mixins";',
'@import "fontawesome";',
'@import "@adactive/bootstrap-tagsinput/src/bootstrap-tagsinput";',
boostrapImport(themeData),
'@import "generics";',
source,
'@import "jquery-ui";',