Skip to content

Commit f1dd41c

Browse files
author
Nick Hwang
committed
Add compass mixins drop ins
1 parent ad295ad commit f1dd41c

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

sass/mixins/_inline-block.sass

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@mixin inline-block
2+
display: inline-block
3+
vertical-align: middle
4+
*vertical-align: auto
5+
*zoom: 1
6+
*display: inline

sass/mixins/_pie-clearfix.sass

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@mixin pie-clearfix
2+
*zoom: 1
3+
4+
&:after
5+
content: ""
6+
display: table
7+
clear: both

0 commit comments

Comments
 (0)