Skip to content

Commit bd07192

Browse files
Fix missing mixin import (#304)
1 parent 9c034e1 commit bd07192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/minimal-mistakes/_buttons.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@use "sass:color";
22
@use "variables" as *;
3+
@use "mixins" as *; // Import mixins for color contrast helpers
34
/* ==========================================================================
45
BUTTONS
56
========================================================================== */

0 commit comments

Comments
 (0)