aboutsummaryrefslogtreecommitdiff
path: root/ui/src/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/styles.sass')
-rw-r--r--ui/src/styles.sass3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/src/styles.sass b/ui/src/styles.sass
index 90d4ee0..5d54ecb 100644
--- a/ui/src/styles.sass
+++ b/ui/src/styles.sass
@@ -1 +1,4 @@
/* You can add global styles to this file, and also import other style files */
+
+/* Importing Bootstrap SCSS file. */
+@import '~bootstrap/scss/bootstrap'
bgstack15