Skip to content

Commit

Permalink
update/placeholder-classes: removed flex-center mixin and replaced wi…
Browse files Browse the repository at this point in the history
…th flex-center placeholder class for better compiled CSS
  • Loading branch information
mohammad-junaid-10p authored and ismailfarooq committed May 27, 2021
1 parent 7bc34ef commit ce18df6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/sass/helpers/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
}
}

@mixin flex-center {
display: flex;
align-items: center;
justify-content: center;
}

@mixin square($size) {
width: $size;
height: $size;
Expand Down
6 changes: 6 additions & 0 deletions assets/sass/partials/_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
margin: auto;
}

%flex-center {
display: flex;
align-items: center;
justify-content: center;
}

//===========================================
// -Helper Classes end
//===========================================

0 comments on commit ce18df6

Please sign in to comment.