Mixins are now all with dashes instead of underscores

(there really should be some convention for all gitlab css)
This commit is contained in:
Koen Punt 2012-11-28 00:30:26 +01:00
parent d7e9eda24d
commit 0f31392712
5 changed files with 21 additions and 19 deletions

View file

@ -1,7 +1,7 @@
table {
@extend .table;
@extend .table-striped;
@include solid_shade;
@include solid-shade;
border: 1px solid #bbb;
width: 100%;