aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 22:53:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 22:53:36 +0300
commit823883ffc36d5b9c02b64a545061c740364e7454 (patch)
treee606bc9438925b9bec6d327e7be7e606be6241dc /assets/css/main.css
parentsyntax.css: add the reference link (diff)
downloadjekyll-theme-823883ffc36d5b9c02b64a545061c740364e7454.tar.gz
jekyll-theme-823883ffc36d5b9c02b64a545061c740364e7454.zip
add main.css that imports all others
Diffstat (limited to '')
-rw-r--r--assets/css/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
new file mode 100644
index 0000000..9593c5a
--- /dev/null
+++ b/assets/css/main.css
@@ -0,0 +1,4 @@
+@import 'common/footer.css';
+@import 'common/misc.css';
+@import 'snippets.css';
+@import 'syntax.css';