Skip to content

Commit

Permalink
fix: customize input of bulma styles
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Oct 20, 2020
1 parent 9cda7a9 commit 238c695
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion src/styles/bulma.scss
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 238c695

Please sign in to comment.