From 238c695a6e17ce0b900cb9a9312ed42d1f3b2ee2 Mon Sep 17 00:00:00 2001 From: feerglas Date: Tue, 20 Oct 2020 09:54:19 +0200 Subject: [PATCH] fix: customize input of bulma styles --- src/styles/bulma.scss | 63 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/src/styles/bulma.scss b/src/styles/bulma.scss index 6a087da0..c31d411a 100644 --- a/src/styles/bulma.scss +++ b/src/styles/bulma.scss @@ -1,6 +1,67 @@ @import "./bulma-custom.scss"; -@import "~bulma"; +// @import "~bulma"; + + + + + + + + + + + + + +@import "~bulma/sass/utilities/_all"; +@import "~bulma/sass/base/_all"; + + + + +// @import "~bulma/sass/elements/_all"; +// Bulma elements +@import "~bulma/sass/elements/button"; +@import "~bulma/sass/elements/container"; +@import "~bulma/sass/elements/content"; +@import "~bulma/sass/elements/icon"; +@import "~bulma/sass/elements/image"; +@import "~bulma/sass/elements/progress"; +@import "~bulma/sass/elements/table"; +@import "~bulma/sass/elements/tag"; +@import "~bulma/sass/elements/title"; + + + +// @import "~bulma/sass/form/_all"; +@import "~bulma/sass/form/shared"; +@import "~bulma/sass/form/input-textarea"; +@import "~bulma/sass/form/checkbox-radio"; +@import "~bulma/sass/form/select"; + + + + + +// @import "~bulma/sass/components/_all"; +@import "~bulma/sass/components/dropdown"; +@import "~bulma/sass/components/modal"; +@import "~bulma/sass/components/tabs"; + + +//@import "~bulma/sass/grid/_all"; +@import "~bulma/sass/helpers/_all"; +@import "~bulma/sass/layout/_all"; + + + + + + + + + @import "~buefy/src/scss/buefy"; @import "./global.scss";