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

@@ -22,7 +22,7 @@ $content-table-body-last-row-cell-border-bottom-width: 0 !default;
$content-table-foot-cell-border-width: 2px 0 0 !default;
$content-table-foot-cell-color: $text-strong !default;
.content {
.#{$class-prefix}content {
@extend %block;
// Inline
@@ -236,7 +236,7 @@ $content-table-foot-cell-color: $text-strong !default;
}
}
.tabs {
.#{$class-prefix}tabs {
li + li {
margin-top: 0;
}