Skip to content

Commit

Permalink
Testing generation of utility classes mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Apr 20, 2024
1 parent def3af2 commit 1db5f2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Override the default variables
@use '../src/variables' with (
$generate-css-vars: true,
$generate-utility-classes: true,
$generate-utility-classes: false,
$gorko-base-size: 1rem,
$gorko-colors: (
'dark': #1a1a1a,
Expand Down Expand Up @@ -29,3 +29,5 @@ body {
}
}
}

@include generate-utility-classes();

0 comments on commit 1db5f2a

Please sign in to comment.