Add CSS class name prefix

This commit is contained in:
Jeremy Thomas
2022-11-23 22:53:56 +00:00
parent f75e9fcec2
commit 7de49012b7
50 changed files with 20999 additions and 9088 deletions

View File

@@ -28,7 +28,7 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default;
$table-colors: $colors !default;
.table {
.#{$class-prefix}table {
@extend %block;
background-color: $table-background-color;
@@ -196,7 +196,7 @@ $table-colors: $colors !default;
}
}
.table-container {
.#{$class-prefix}table-container {
@extend %block;
@include overflow-touch;