aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
authorTeddy Wing2018-11-09 21:20:08 +0100
committerTeddy Wing2018-11-09 21:25:24 +0100
commit9c1f8c4a9e8a292a325afb42c45f02344fbee45e (patch)
treef32b55d0d1cdb9f8d4ea2d6b3fe41f9696924c3b /assets/stylesheets
parent737b09e6a192fb7a40578a696b372d6db7222119 (diff)
downloaddome-key-web-9c1f8c4a9e8a292a325afb42c45f02344fbee45e.tar.bz2
main.hcss: Move `layout.hcss` include to bottom
The typography and link styles should be defined closer to the top.
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/main.hcss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/main.hcss b/assets/stylesheets/main.hcss
index 3a0ed91..46ecf46 100644
--- a/assets/stylesheets/main.hcss
+++ b/assets/stylesheets/main.hcss
@@ -1,5 +1,5 @@
include(reset.css)
include(color.hcss)
-include(layout.hcss)
include(typography.css)
include(links.hcss)
+include(layout.hcss)