mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Add CSS class name prefix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user