Skip to content

Instantly share code, notes, and snippets.

@Klooven
Created August 16, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Klooven/1b4bca225fb9d875f0163e4177ad6d15 to your computer and use it in GitHub Desktop.
Save Klooven/1b4bca225fb9d875f0163e4177ad6d15 to your computer and use it in GitHub Desktop.
All Bulma components imported
/*! Copyright message */
@import "bulma/sass/utilities/initial-variables";
@import "bulma/sass/utilities/functions";
@import "bulma/sass/utilities/derived-variables";
@import "bulma/sass/utilities/animations";
@import "bulma/sass/utilities/mixins";
@import "bulma/sass/utilities/controls";
@import "bulma/sass/base/minireset";
@import "bulma/sass/base/generic";
@import "bulma/sass/base/helpers";
@import "bulma/sass/elements/box";
@import "bulma/sass/elements/button";
@import "bulma/sass/elements/container";
@import "bulma/sass/elements/content";
@import "bulma/sass/elements/form";
@import "bulma/sass/elements/icon";
@import "bulma/sass/elements/image";
@import "bulma/sass/elements/notification";
@import "bulma/sass/elements/progress";
@import "bulma/sass/elements/table";
@import "bulma/sass/elements/tag";
@import "bulma/sass/elements/title";
@import "bulma/sass/elements/other";
@import "bulma/sass/components/breadcrumb";
@import "bulma/sass/components/card";
@import "bulma/sass/components/dropdown";
@import "bulma/sass/components/level";
@import "bulma/sass/components/media";
@import "bulma/sass/components/menu";
@import "bulma/sass/components/message";
@import "bulma/sass/components/modal";
@import "bulma/sass/components/navbar";
@import "bulma/sass/components/pagination";
@import "bulma/sass/components/panel";
@import "bulma/sass/components/tabs";
@import "bulma/sass/grid/columns";
@import "bulma/sass/grid/tiles";
@import "bulma/sass/layout/hero";
@import "bulma/sass/layout/section";
@import "bulma/sass/layout/footer";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment