aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/app.less
blob: ff3c614cf7525d37f3a7e856d2fa55cf89166a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// www.paulirish.com/2012/box-sizing-border-box-ftw/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@import (less) "layout.less";
@import (less) "header.less";
@import (less) "footer.less";