Sass Bootstrap 4添加其他表上下文类别名

Sass Bootstrap 4添加其他表上下文类别名,sass,bootstrap-4,Sass,Bootstrap 4,我想为Bootstrap 4添加别名 。。。 ... ... ... ... ... ... ... 比如说, 表大小xs=>表主 table-size-s=> 有没有一种简洁的方法可以做到这一点,或者我应该使用定义每个类并设置背景色吗?我只是单独添加了这些类,例如: .table-size-xs { background-color: #123456; } .table-size-s { background-color: #654321; } 什么是表格大小xs

我想为Bootstrap 4添加别名

。。。
...
...
...
...
...
...
...
比如说,

  • 表大小xs
    =>
    表主
  • table-size-s
    =>

有没有一种简洁的方法可以做到这一点,或者我应该使用定义每个类并设置背景色吗?

我只是单独添加了这些类,例如:

.table-size-xs {
     background-color: #123456;
}

.table-size-s {
     background-color: #654321;
}

什么是
表格大小xs
表格大小xs
?您是指响应表类:。如果您的意思是调整表格大小,那么唯一的alt大小是表格sm。你增加了新的课程吗?这些课程与t恤衫的尺寸有关。不过,我知道这会让人困惑。
.table-size-xs {
     background-color: #123456;
}

.table-size-s {
     background-color: #654321;
}