UNPKG

postcss-utilities

Version:

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

10 lines (8 loc) 125 B
.multiline { width: 500px; font-size: 1.2em; @util truncate(3); } .circle { @util circle(200px, red, 14); }