diff options
author | James Woglom <j@wogloms.net> | 2022-08-29 21:11:25 -0400 |
---|---|---|
committer | James Woglom <j@wogloms.net> | 2022-08-29 21:11:25 -0400 |
commit | 67be71cdeb3c7b33a8397d4cf91ab74075749063 (patch) | |
tree | 68f9898a558688983e30b74046b628f9be25eed6 /ui/src | |
parent | pass custom_directories from server to client (diff) | |
download | metube-67be71cdeb3c7b33a8397d4cf91ab74075749063.tar.gz metube-67be71cdeb3c7b33a8397d4cf91ab74075749063.tar.bz2 metube-67be71cdeb3c7b33a8397d4cf91ab74075749063.zip |
load selectize
Diffstat (limited to 'ui/src')
-rw-r--r-- | ui/src/styles.sass | 2 |
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 |