aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/app.less
blob: 4efb8ceb9ee5217c8397623646dd72a6ab0ae256 (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";