UNPKG

postcss-utilities

Version:

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

38 lines (32 loc) 568 B
/* Media Hover ========================================================================== */ .hover { background-color: #f3f3f3; color: #000; } @util no-hover { .hover, .foo { background-color: #fff; color: blue; } .bar { top: 0; } } /* No JS ========================================================================== */ .js { background-color: #f3f3f3; color: #000; } @util no-js { .js, .foo { background-color: #fff; color: blue; } .bar { top: 0; } }