Mixins are now all with dashes instead of underscores
(there really should be some convention for all gitlab css)
This commit is contained in:
parent
d7e9eda24d
commit
0f31392712
5 changed files with 21 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
table {
|
||||
@extend .table;
|
||||
@extend .table-striped;
|
||||
@include solid_shade;
|
||||
@include solid-shade;
|
||||
border: 1px solid #bbb;
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue