UNPKG

postcss-utilities

Version:

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

32 lines (26 loc) 264 B
.selector { color: #fff; float: right; } @util hd { .foo { float: right; top: 0; } .bar { color: red; } } .foo { color: red; } @util hd(1.25dppx) { .bar { border: 0; } } @util hd(192dpi) { .bar { border: 0; } }