Skip to content

Commit

Permalink
added display grid utility
Browse files Browse the repository at this point in the history
  • Loading branch information
anovi committed Apr 16, 2020
1 parent e4ce7c7 commit e2f4dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/setka/_display.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ setka-display()
.d{$infix}-table-cell { display: table-cell !important; }
.d{$infix}-table-row { display: table-row !important; }
.d{$infix}-flex { display: flex !important; }
.d{$infix}-inline-flex { display: inline-flex !important; }
.d{$infix}-inline-flex { display: inline-flex !important; }
.d{$infix}-grid { display: grid !important; }

0 comments on commit e2f4dcb

Please sign in to comment.