Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Blum <me@mblum.me>2021-12-12 05:31:39 +0300
committerMichael Blum <me@mblum.me>2021-12-12 05:48:24 +0300
commit95cbc08620b5fa648c504365ab98e844a8f16f73 (patch)
treefb9b22238205edf939e42611f725dc7fd82a8676 /README.md
parent56aa2b1792daa5527e45cc46f22df84f76d42723 (diff)
upgraded fontawesome to 5.15.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef70b04..afb8b99 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,9 @@ You can go to localhost:1313 and this theme should be visible.
### SASS
-Build SASS updates by running `gulp` (development) or `gulp dist` (production)
+Build [SASS](https://sass-lang.com/install) updates by downloading [Dart SASS](https://github.com/sass/dart-sass/releases/tag/1.45.0)
+
+`sass sass/style.scss static/css/style.css`
Update `includes.html` with the appropriate CSS file (default is style.min.css):