Skip to content

Commit

Permalink
Fixed #137 - Add reset class
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 9, 2022
1 parent 7276cf5 commit e0fb248
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _sass/lib/src/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ $opacity-props: (
@include style-class('cursor', $cursor-props);
@include style-class('user-select', $select-props);
@include style-class('opacity', $opacity-props);

.#{$prefix}reset {
all: unset;
}
4 changes: 4 additions & 0 deletions dist/primeflex.css
Original file line number Diff line number Diff line change
Expand Up @@ -20078,6 +20078,10 @@
opacity: 1 !important;
}

.reset {
all: unset;
}

.transition-none {
transition-property: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/primeflex.min.css

Large diffs are not rendered by default.

0 comments on commit e0fb248

Please sign in to comment.