touchstonejs-ui
Version:
React.js UI components for the TouchstoneJS platform http://touchstonejs.io
30 lines (24 loc) • 350 B
text/less
/**
* Contain floats
* see ../mixins/clearfix for more information
*/
.u-clearfix {
.clearfix()
}
/**
* Floats
*/
.u-float-left {
float: left ;
}
.u-float-right {
float: right ;
}
/**
* Scrollable
* requires height to be set explicitly
*/
.u-scrollable {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}