Fix mixins/extends confusion

This commit is contained in:
Jeremy Thomas
2018-09-04 15:24:50 +02:00
parent 107ea347a7
commit 04fb26b450
22 changed files with 280 additions and 622 deletions

View File

@@ -20,7 +20,7 @@ $table-striped-row-even-background-color: $white-bis !default
$table-striped-row-even-hover-background-color: $white-ter !default
.table
+block
@extend %block
background-color: $table-background-color
color: $table-color
td,
@@ -110,7 +110,7 @@ $table-striped-row-even-hover-background-color: $white-ter !default
background-color: $table-striped-row-even-background-color
.table-container
+block
@extend %block
+overflow-touch
overflow: auto
overflow-y: hidden