commit 1bd12b76fdbdc73e6ff3d78fb8ce54da26e1d4c8 parent e8c167ae00b0a3b81e1dd1d2c6e5e23f03e4988c Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 5 Dec 2021 14:44:49 -0500 Remove a space Diffstat:
M | src/css/css.sh | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/css/css.sh b/src/css/css.sh @@ -7,7 +7,6 @@ dst="../../public_html/css/" while read -r line; do [ -n "$line" ] && cat "./$line" done <<-EOF > "${dst}index.css" - global/tokens/typography.css global/tokens/colors.css global/tokens/grid.css