diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss new file mode 100644 index 0000000..abdbb8b --- /dev/null +++ b/assets/main.scss @@ -0,0 +1,9 @@ +--- +# Only the main Sass file needs front matter (the dashes are enough) +--- + +@import "minima"; + +code { + white-space: nowrap; +} |