Adding prefixed style output
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.table {
|
||||
tr:nth-child(odd):not(:first-child) {
|
||||
background: darken-brighten-color($background, 10%)
|
||||
}
|
||||
}
|
||||
.#{$ns}table {
|
||||
tr:nth-child(odd):not(:first-child) {
|
||||
background: darken-brighten-color($background, 10%);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user