Skip to content

Commit

Permalink
fix cubes sass
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jun 4, 2021
1 parent 34446d8 commit efaa720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/sass/cubes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $animation-duration: 4.7s;
$easing: cubic-bezier(0.645, 0.045, 0.355, 1);
$base-matrix: matrix(0.9, 0.5, 0, 1, 0, 0);

@import "bulma";

@function base($n) {
@return $n * ($cube-size - 1px);
}
Expand Down

0 comments on commit efaa720

Please sign in to comment.