mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Convert sass files to scss files
This commit is contained in:
16
sass/elements/_all.scss
Normal file
16
sass/elements/_all.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Bulma Elements */
|
||||
@charset "utf-8";
|
||||
|
||||
@import "box";
|
||||
@import "button";
|
||||
@import "container";
|
||||
@import "content";
|
||||
@import "icon";
|
||||
@import "image";
|
||||
@import "notification";
|
||||
@import "progress";
|
||||
@import "table";
|
||||
@import "tag";
|
||||
@import "title";
|
||||
|
||||
@import "other";
|
||||
Reference in New Issue
Block a user