diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 12:54:58 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 14:20:32 +0200 |
commit | 4d546d8c89aeafb6cebff16ca5b8cef501233ab1 (patch) | |
tree | 8c665456e0cdc30f4089f906dca46a00822a3e1f /assets | |
parent | 4a81bf5b7a307d9b448f98ffcaa489be2227d1f2 (diff) | |
download | hugo-minimalist-theme-4d546d8c89aeafb6cebff16ca5b8cef501233ab1.tar.gz hugo-minimalist-theme-4d546d8c89aeafb6cebff16ca5b8cef501233ab1.tar.bz2 hugo-minimalist-theme-4d546d8c89aeafb6cebff16ca5b8cef501233ab1.zip |
Metadata taxonomies link and style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/scss/style.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index e0fada3..1c919f2 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,4 +1,12 @@ @import "tachyons"; + +/* Debugging */ +/* @import "tachyons/src/_debug-children"; */ +/* @import "tachyons/src/_debug-grid"; */ + +/* Uncomment out the line below to help debug layout issues */ +// @import "tachyons/src/_debug"; + @import "syntax"; html { |