aboutsummaryrefslogtreecommitdiff
path: root/ui/src/styles.sass
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-29 21:11:25 -0400
committerJames Woglom <j@wogloms.net>2022-08-29 21:11:25 -0400
commit67be71cdeb3c7b33a8397d4cf91ab74075749063 (patch)
tree68f9898a558688983e30b74046b628f9be25eed6 /ui/src/styles.sass
parentpass custom_directories from server to client (diff)
downloadmetube-67be71cdeb3c7b33a8397d4cf91ab74075749063.tar.gz
metube-67be71cdeb3c7b33a8397d4cf91ab74075749063.tar.bz2
metube-67be71cdeb3c7b33a8397d4cf91ab74075749063.zip
load selectize
Diffstat (limited to 'ui/src/styles.sass')
-rw-r--r--ui/src/styles.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/styles.sass b/ui/src/styles.sass
index 5d54ecb..68bef4f 100644
--- a/ui/src/styles.sass
+++ b/ui/src/styles.sass
@@ -1,4 +1,4 @@
/* You can add global styles to this file, and also import other style files */
/* Importing Bootstrap SCSS file. */
-@import '~bootstrap/scss/bootstrap'
+@import '~bootstrap/scss/bootstrap' \ No newline at end of file
bgstack15