refactor: Migrate to Vue components

This commit is contained in:
NGPixel
2017-05-20 23:21:16 -04:00
parent 2876b6935b
commit c20c935fa5
30 changed files with 725 additions and 482 deletions

View File

@@ -24,7 +24,7 @@
@include spinner(mc('indigo', '100'),0.5s,24px);
}
&.active {
&.is-active {
opacity: 1;
}
@@ -33,4 +33,4 @@
#search-input {
max-width: 300px;
width: 33vw;
}
}