Skip to content

Instantly share code, notes, and snippets.

@mtt87
Created May 17, 2016 22:28
Show Gist options
  • Save mtt87/dfe87f0913941a1e49e1dd7b116ad0a8 to your computer and use it in GitHub Desktop.
Save mtt87/dfe87f0913941a1e49e1dd7b116ad0a8 to your computer and use it in GitHub Desktop.
// Override Bulma Variables
$family-sans-serif: “Roboto”, “Helvetica”, “Arial”, sans-serif;
$techhub: #f9b233;
...
@import “../../node_modules/bulma/sass/utilities/utilities”;
@import “../../node_modules/bulma/sass/base/base”;
@import “../../node_modules/bulma/sass/elements/box”;
@import “../../node_modules/bulma/sass/elements/button”;
@import “../../node_modules/bulma/sass/elements/title”;
@import “../../node_modules/bulma/sass/elements/other”;
@import “../../node_modules/bulma/sass/components/grid”;
@import “../../node_modules/bulma/sass/components/menu”;
@import “../../node_modules/bulma/sass/components/message”;
@import “../../node_modules/bulma/sass/components/modal”;
@import “../../node_modules/bulma/sass/components/nav”;
@import “../../node_modules/bulma/sass/components/pagination”;
@import “../../node_modules/bulma/sass/components/tabs”;
@import “../../node_modules/bulma/sass/layout/layout”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment