Skip to content

Commit

Permalink
refactor(variables): use custom properties from the ground
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 18, 2023
1 parent 983d40d commit 8beb058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ $width: math.div(1024em, 16) !default;
$gutter: 1rem !default;
$breakpoint: math.div(480em, 16) !default;

// ====================
// == Patterns
// ====================
$patterns: "checkers", "hexagons", "triangles", "zig", "stripes", "dots";

0 comments on commit 8beb058

Please sign in to comment.