UNPKG

postcss-utilities

Version:

PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS

18 lines (15 loc) 225 B
/* Clear Fix IE8 ========================================================================== */ .cfx, .foo, .bar { margin: 0; top: 3px; @util clearfix; } .woo { float: left; } .cfx { @util clearfix; }