This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
smalkil/smalkil.less

18 lines
265 B
Plaintext

@import 'normalize';
@import 'colors';
@import 'elements';
@import 'layout';
.horizontal {
li {
display: inline;
list-style-type: none;
padding-right: @basesize;
}
}
.centered(@width: auto, @margin: auto) {
width: @width;
margin: 0 @margin;
}