UNPKG

postcss-utilities

Version:

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

22 lines (17 loc) 254 B
.one { @util padding(1em); } .two { float: left; @util padding(20px 10%); color: #fff; } .three { @util padding(20px 10% 1em); } .four { @util padding(20px null 10% 1em); } .four-equals { @util padding(1em 1em 1em 1em); }