refactor(filter.styl): move clearfix to global modules

Make clearfix css globally available as an @extend.
This commit is contained in:
benmanley 2014-08-04 14:06:53 +01:00
parent 50d888e7f8
commit 1ba80bd5ea
2 changed files with 7 additions and 4 deletions

View file

@ -2,10 +2,7 @@
padding: 1em 15px 0.382em
margin-left: 0.382em
margin-right: 0em
&:after
content: ""
display: table
clear: both
@extend $clearfix
ul
float: left
list-style: none

View file

@ -1,3 +1,9 @@
// Clearfix (http://css-tricks.com/snippets/css/clear-fix/)
$clearfix
&:after
content: ""
display: table
clear: both
// Text shadow mixin
hrpg-text-shadow-mixin($hrpg-text-shadow-base-color)
text-shadow: