Skip to content

Commit

Permalink
refactor: rename utils _helper to _utility (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Sep 9, 2024
1 parent 385c57a commit c6c48da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/assets/scss/components/utils/_all.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@forward "functions";
@forward "variables";
@forward "helpers";
@forward "utility";
@forward "animations";
@forward "root";
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@
width: 100%;
bottom: 0;
}

.is-clickable {
pointer-events: auto;
cursor: pointer;
}

0 comments on commit c6c48da

Please sign in to comment.