UNPKG

touchstonejs-ui

Version:

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

30 lines (24 loc) 350 B
/** * Contain floats * see ../mixins/clearfix for more information */ .u-clearfix { .clearfix() } /** * Floats */ .u-float-left { float: left !important; } .u-float-right { float: right !important; } /** * Scrollable * requires height to be set explicitly */ .u-scrollable { overflow-y: scroll; -webkit-overflow-scrolling: touch; }