Wolfr / clank

Clank: open source prototyping framework for mobile apps
http://getclank.com/
Other
890 stars 81 forks source link

Can't find this mixin: pie-clearfix #92

Closed mattkatz closed 11 years ago

mattkatz commented 11 years ago

@include pie-clearfix; //where is this to be imported?

Wolfr commented 11 years ago

This is part of Compass

You need to have compass installed http://compass-style.org/

On Fri, Aug 30, 2013 at 3:04 PM, mattkatz notifications@github.com wrote:

@include https://github.com/include pie-clearfix; //where is this to be imported?

— Reply to this email directly or view it on GitHubhttps://github.com/Wolfr/clank/issues/92 .

mattkatz commented 11 years ago

Ah - I figured that out. I'm trying to use clank on codepen to doodle some mobile interfaces. http://codepen.io/mttktz/pen/Lisgv I think the codepen scss already has compass installed so I'm just going to define the pie-clearfix mixin as blank earlier in the scss.
This seems to fix it.