Skip to content

Commit

Permalink
Moved -none classes to last
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Dec 23, 2020
1 parent f138c2a commit 22b4b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sass/core/font-style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@use "../helpers" as *;

$-opts: (
italic-none: normal,
italic: italic,
italic-none: normal,
);

@mixin font-style($variants...) {
Expand Down
2 changes: 1 addition & 1 deletion src/sass/extensions/stacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $-align-opts: (
* <... wrap>
*/

@each $mk, $mv in (wrap-none: nowrap, wrap: wrap, wrap-reverse: wrap-reverse) {
@each $mk, $mv in (wrap: wrap, wrap-reverse: wrap-reverse, wrap-none: nowrap) {
#{variant($mk, $v)} {
flex-wrap: $mv;
}
Expand Down

0 comments on commit 22b4b08

Please sign in to comment.