5 lines
86 B
SCSS
5 lines
86 B
SCSS
|
@import './tabular-details/index';
|
||
|
table.with-details {
|
||
|
@extend %tabular-details;
|
||
|
}
|