Split mixins into multiple files

This commit is contained in:
2018-04-07 15:48:43 +02:00
parent ed1d375c63
commit 62875b8dd4
11 changed files with 153 additions and 140 deletions

View File

@ -0,0 +1,13 @@
mixin default-transition
transition all transition-speed ease
mixin noise-light
background-image url("//media.notify.moe/images/elements/noise-light.png")
mixin noise-strong
background-image url("//media.notify.moe/images/elements/noise-strong.png")
mixin clip-long-text
overflow hidden
white-space nowrap
text-overflow ellipsis