[SCSS] Fixed typo
Changed tmpBorder mixin to specify '@include' instead of '@iclude'. This does not change the output CSS which means the tmpBorder mixin is not used anywhere and could be removed.
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
}
|
||||
|
||||
@mixin tmpBorder($c: #ffcc00, $a: 0.75) {
|
||||
@inlude box-sizing(border-box);
|
||||
@include box-sizing(border-box);
|
||||
border: 1px dotted rgba($c, $a);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user