UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

16 lines 233 B
// mixins for clearfix // ------------------------ .clearfix() { zoom: 1; &:before, &:after { content: " "; display: table; } &:after { clear: both; visibility: hidden; font-size: 0; height: 0; } }