Skip to content

Commit

Permalink
Merge pull request #19 from bolt/hotfix/bulma-loading-order
Browse files Browse the repository at this point in the history
Tweak Bulma utilities loading order
  • Loading branch information
bobdenotter committed Apr 18, 2018
2 parents 0773a86 + 02b973c commit 51394ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base-2018/css/bulma.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions base-2018/source/scss/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ $debug-breakpoint: false;
// ------------ Settings for Bulma ---------------

// 1. Import the initial variables
@import "../node_modules/bulma/sass/utilities/all";
@import "../node_modules/bulma/sass/utilities/initial-variables";
@import "../node_modules/bulma/sass/utilities/functions";

// 2. Set your own initial variables

Expand Down Expand Up @@ -75,6 +76,5 @@ $twitter-invert: findColorInvert($twitter);
$github: #333;
$github-invert: findColorInvert($github);

// 5. Add new color variables to the color map.
@import "../node_modules/bulma/sass/utilities/derived-variables.sass";

// 5. Import the rest of the "utilities".
@import "../node_modules/bulma/sass/utilities/all";

0 comments on commit 51394ef

Please sign in to comment.