Fix lint
This commit is contained in:
parent
fe318126bd
commit
521896cccf
@ -1,13 +1,3 @@
|
|||||||
@mixin animate($animation,$duration,$method,$times){
|
|
||||||
animation: $animation $duration $method $times;
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin keyframes($name){
|
|
||||||
@keyframes #{$name}{
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.excalidraw {
|
.excalidraw {
|
||||||
--color-primary-contrast-offset: #625ee0; // to offset Chubb illusion
|
--color-primary-contrast-offset: #625ee0; // to offset Chubb illusion
|
||||||
|
|
||||||
|
@ -610,4 +610,4 @@
|
|||||||
"itemNotAvailable": "Command is not available...",
|
"itemNotAvailable": "Command is not available...",
|
||||||
"shortcutHint": "For Command palette, use {{shortcut}}"
|
"shortcutHint": "For Command palette, use {{shortcut}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user