aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/common-bundle.scss
blob: 397f0c3a6582c414afbc31087fb7e768f67d81fd (plain)
1
2
3
4
5
6
7
8
9
@import "./common.scss";
@import "./blog.scss";
@import "./form.scss";
@import "./hljs/github.scss";
@import "./pages.scss";

@media screen and (max-width: 600px) {
  @import "./mobile.scss";
}