[TASK] Adjust to new sass-lint rule

This commit is contained in:
Xaver Maierhofer 2016-07-12 21:18:13 +02:00
parent ed9f056d8c
commit 15762c57cc
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
@mixin icon($name, $code, $prefix: 'ion-') {
.#{$prefix}#{$name} {
&:before {
&::before {
content: '#{$code}';
}
}

View File

@ -12,7 +12,7 @@
white-space: nowrap;
z-index: 6;
&:before {
&::before {
display: none;
}
}

View File

@ -62,7 +62,7 @@ th {
}
&.sort-up, &.sort-down {
&:after {
&::after {
opacity: .4;
visibility: visible;
}