UNPKG

touchstonejs-ui

Version:

React.js UI components for the TouchstoneJS platform http://touchstonejs.io

20 lines (14 loc) 286 B
// // Typographic Helpers // ------------------------------ // text emphasis .text-emphasis-variant(@color) { color: @color !important; } // text overflow .text-overflow(@display: block;) { display: @display; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }