summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortoastal <561087+toastal@users.noreply.github.com>2022-06-19 16:49:34 +0000
committerGitHub <noreply@github.com>2022-06-19 16:49:34 +0000
commit3132abc58c5fa6977a11862068b19cab0a9a2621 (patch)
treeb7364306f5c911ed434dde8a767f784113615b41 /README.md
parentf916d9f6104ef740fa6ffe70714f643d4d314dd9 (diff)
downloadcommunity.vyos.net-3132abc58c5fa6977a11862068b19cab0a9a2621.tar.gz
community.vyos.net-3132abc58c5fa6977a11862068b19cab0a9a2621.zip
Casing
These are the official cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0b55365..5116550 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,11 @@ We encourage you to make sure that the site builds and looks as expected before
Two tools are _required_ for building:
* [soupault](https://soupault.app) static site generator.
-* [SASS](https://sass-lang.com/) compiler, the Dart version.
+* [Sass](https://sass-lang.com/) compiler, the Dart version.
**Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same,
-and you'll need the Dart one (available from NPM, `npm install -g sass`).
-Hopefully we'll rid this site of SASS some day and it will be no longer an issue.
+and you'll need the Dart one (available from npm, `npm install -g sass`).
+Hopefully we'll rid this site of Sass some day and it will be no longer an issue.
Running `make all` will build both the site and the CSS, generated files will be in `build/`.
You can then preview the site with any development web server, e.g. `python3 -m http.server --directory build/`.