Skip to content

Commit

Permalink
Change utils classes to be inside mixins for more control
Browse files Browse the repository at this point in the history
  • Loading branch information
Anymfah committed May 13, 2023
1 parent 10b2423 commit a770c08
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea/codeStyles/codeStyleConfig.xml
/node_modules/
10 changes: 5 additions & 5 deletions .idea/watcherTasks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 41 additions & 1 deletion anym-utility.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion anym-utility.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion anym-utility.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion anym-utility.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
@forward 'abstracts/mixins';
@forward 'utils';
@use 'utils';

@include utils.flexbox();
@include utils.flex-basis();
@include utils.flex-gap();
@include utils.flex-align();
2 changes: 2 additions & 0 deletions core.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@forward 'abstracts/mixins';
@forward 'utils';
Loading

0 comments on commit a770c08

Please sign in to comment.