diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-09-06 17:16:52 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-09-06 17:16:52 +0200 |
commit | f46e4e60d95850d1761fff0e8e1ab35332eb3cb2 (patch) | |
tree | 8eb7fcca7f84e7ed6530e3b64e4abef1b7791ffc /makefile | |
parent | 0ffef36d80c3c79e68db1e032b3200c4b6f2ce93 (diff) | |
download | hugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.tar.gz hugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.tar.bz2 hugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.zip |
clean css instructions
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index 43cd018..0000000 --- a/makefile +++ /dev/null @@ -1,10 +0,0 @@ -## -# theme builds -# -# @file -# @version 0.1 - -css: static/css/style.scss - sassc -I node_modules static/css/style.scss static/css/style.css - -# end |