UNPKG

postcss-utilities

Version:

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

10 lines (9 loc) 218 B
/* Text Hide ========================================================================== */ .text-hide { background: #000; overflow: hidden; text-indent: 101%; white-space: nowrap; color: #fff; }