Skip to content

Commit

Permalink
fix(utils): add important flag to position utils
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Feb 19, 2021
1 parent f2a4bc5 commit ad9f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/utils/_position.scss
Expand Up @@ -24,7 +24,7 @@

@each $pos in (static, relative, absolute, fixed, sticky) {
.k-#{$pos},
.k-pos-#{$pos} { position: $pos; } // sass-lint:disable-line brace-style
.k-pos-#{$pos} { position: $pos !important; } // sass-lint:disable-line brace-style no-important
}

// @name k-pos-top
Expand Down

0 comments on commit ad9f24c

Please sign in to comment.