UNPKG

postcss-utilities

Version:

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

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