UNPKG

postcss-utilities

Version:

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

16 lines (13 loc) 181 B
.foo { float: left; @util word-wrap; color: #fff; } .bar { float: left; @util word-wrap(break-word); color: #fff; } .keep { @util word-wrap(normal); }