barecss-power
Version:
A classless CSS framework (power) http://barecss.com
17 lines (13 loc) • 317 B
text/less
@import (inline) "ext/normalize.css";
*, *:before, *:after {
box-sizing: inherit;
position: relative;
}
html {
box-sizing: border-box;
font-family: sans-serif;
font-size: 10px;
line-height: 1.8;
}
@media @mobilen { body { overflow-x: hidden; } }
:focus, :active, :hover { outline: 0; }