Add Bulma
This commit is contained in:
parent
22d70310ac
commit
e3c222d033
5 changed files with 218 additions and 3 deletions
10
src/assets/main.sass
Normal file
10
src/assets/main.sass
Normal file
|
@ -0,0 +1,10 @@
|
|||
@charset "utf-8"
|
||||
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
|
||||
@import "node_modules/bulma/sass/utilities/_all"
|
||||
@import "node_modules/bulma/sass/base/_all"
|
||||
@import "node_modules/bulma/sass/elements/_all"
|
||||
@import "node_modules/bulma/sass/form/_all"
|
||||
@import "node_modules/bulma/sass/components/_all"
|
||||
@import "node_modules/bulma/sass/grid/_all"
|
||||
@import "node_modules/bulma/sass/helpers/_all"
|
||||
@import "node_modules/bulma/sass/layout/_all"
|
Loading…
Add table
Add a link
Reference in a new issue