Skip to content

Commit

Permalink
fix: changed loaded modules order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 24, 2022
1 parent cec296e commit d7930ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions low/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ $version: "0.4.0";
@include reset.use-reset();
}

// Include forms
@if config.$output == "css" and is-enabled("forms") {
@include forms.use-forms();
}

// Generate utilities
@if config.$output == "css" {
@each $utility-name,$utility-config in utilities.$all-utilities {
Expand All @@ -130,9 +135,4 @@ $version: "0.4.0";
}
}

// Include forms
@if config.$output == "css" and is-enabled("forms") {
@include forms.use-forms();
}

/*! LowCSS #{$version} | Released under the MIT License | github.com/jmjuanes/lowcss */

0 comments on commit d7930ce

Please sign in to comment.