diff options
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 { |