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/sample/sample.less

25 lines
231 B
Plaintext

@import "../smalkil.less";
.navigation{
ul {
.horizontal();
.centered(33%, 33%);
}
}
.container_page{
.grid(3);
}
.container_nested {
.grid(2);
}
.sidebar {
float: left;
}
h3.center {
text-align: center;
}