Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
feat: add layout utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Oct 3, 2019
1 parent 2c4ed18 commit d5a55ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/_utilities.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "utilities/background";
@import "utilities/float";
@import "utilities/spacing";
@import "utilities/layout";
@import "utilities/text";
7 changes: 7 additions & 0 deletions src/scss/utilities/_layout.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.d-flex {
display: flex;
}

.justify-content-center {
justify-content: center;
}

0 comments on commit d5a55ec

Please sign in to comment.