mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[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:
parent
480da3476e
commit
3e5d294a28
@ -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);
|
||||
}
|
||||
|
||||
@ -402,4 +402,4 @@
|
||||
@mixin s-stale($a: 0.5) {
|
||||
color: rgba($colorTelemFresh, $a) !important;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user