diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-06 18:19:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-06 18:19:58 -0500 |
commit | 444d439039564f55e8d844f4743ca47ebe548a37 (patch) | |
tree | 693b0fe66d62af99ef46a30deb91dd7da9914569 /src/sass/base/bulma.sass | |
parent | 98a0f32cc84e2196687bf81adbb128403544229b (diff) | |
download | cl-theme-444d439039564f55e8d844f4743ca47ebe548a37.tar.lz cl-theme-444d439039564f55e8d844f4743ca47ebe548a37.tar.xz cl-theme-444d439039564f55e8d844f4743ca47ebe548a37.zip |
prepare for new version - step 2
Diffstat (limited to 'src/sass/base/bulma.sass')
-rw-r--r-- | src/sass/base/bulma.sass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sass/base/bulma.sass b/src/sass/base/bulma.sass new file mode 100644 index 0000000..ac8a2d9 --- /dev/null +++ b/src/sass/base/bulma.sass @@ -0,0 +1,8 @@ +@charset "utf-8" +/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */ +@import "bulma/utilities/_all" +@import "bulma/base/_all" +@import "bulma/elements/_all" +@import "bulma/components/_all" +@import "bulma/grid/_all" +@import "bulma/layout/_all" |