aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/bundle_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/scss/bundle_common.scss')
-rw-r--r--htdocs/scss/bundle_common.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/htdocs/scss/bundle_common.scss b/htdocs/scss/bundle_common.scss
new file mode 100644
index 0000000..dd0bd6a
--- /dev/null
+++ b/htdocs/scss/bundle_common.scss
@@ -0,0 +1,10 @@
+@import "./app/common";
+@import "./app/head";
+@import "./app/blog";
+@import "./app/form";
+@import "./app/pages";
+@import "./hljs/github.scss";
+
+@media screen and (max-width: 600px) {
+ @import "./app/mobile";
+}