Skip to content

Commit

Permalink
fix: add important utils for position
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Aug 23, 2022
1 parent 031bae5 commit 4d6e1dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/default/scss/utils/_position.scss
Expand Up @@ -26,9 +26,8 @@
.k-#{$pos},
.k-pos-#{$pos} { position: $pos !important; } // sass-lint:disable-line brace-style no-important

// sass-lint:disable-block no-important
.\!k-#{$pos},
.\!k-pos-#{$pos} { position: $pos !important; }
.\!k-pos-#{$pos} { position: $pos !important; } // sass-lint:disable-line brace-style no-important
}

/// @name k-pos-top
Expand Down

0 comments on commit 4d6e1dd

Please sign in to comment.