mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix lint
This commit is contained in:
parent
fe318126bd
commit
521896cccf
2 changed files with 1 additions and 11 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue