summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/main.scss27
1 files changed, 21 insertions, 6 deletions
diff --git a/styles/main.scss b/styles/main.scss
index 81bf7c4..84ba8cf 100644
--- a/styles/main.scss
+++ b/styles/main.scss
@@ -37,10 +37,25 @@ $table-head-cell-color: $darkteal;
$dimensions: 16 24 32 48 64 96 128 200 256;
// Import only what you need from Bulma
-@import "../_bulma/node_modules/bulma/sass/utilities/_all.sass";
+@import "../_bulma/node_modules/bulma/sass/utilities/functions.sass";
+@import "../_bulma/node_modules/bulma/sass/utilities/initial-variables.sass";
+@import "../_bulma/node_modules/bulma/sass/utilities/derived-variables.sass";
+@import "../_bulma/node_modules/bulma/sass/utilities/controls.sass";
+@import "../_bulma/node_modules/bulma/sass/utilities/mixins.sass";
@import "../_bulma/node_modules/bulma/sass/base/_all.sass";
-@import "../_bulma/node_modules/bulma/sass/elements/_all.sass";
-@import "../_bulma/node_modules/bulma/sass/form/_all.sass";
-@import "../_bulma/node_modules/bulma/sass/components/_all.sass";
-@import "../_bulma/node_modules/bulma/sass/layout/_all.sass";
-@import "../_bulma/node_modules/bulma/sass/grid/_all.sass";
+@import "../_bulma/node_modules/bulma/sass/components/modal.sass";
+@import "../_bulma/node_modules/bulma/sass/components/navbar.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/box.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/button.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/container.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/content.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/icon.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/image.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/table.sass";
+@import "../_bulma/node_modules/bulma/sass/elements/title.sass";
+@import "../_bulma/node_modules/bulma/sass/form/shared.sass";
+@import "../_bulma/node_modules/bulma/sass/form/tools.sass";
+@import "../_bulma/node_modules/bulma/sass/form/input-textarea.sass";
+@import "../_bulma/node_modules/bulma/sass/grid/columns.sass";
+@import "../_bulma/node_modules/bulma/sass/layout/footer.sass";
+@import "../_bulma/node_modules/bulma/sass/layout/section.sass";