From 3132abc58c5fa6977a11862068b19cab0a9a2621 Mon Sep 17 00:00:00 2001 From: toastal <561087+toastal@users.noreply.github.com> Date: Sun, 19 Jun 2022 16:49:34 +0000 Subject: Casing These are the official cases --- README.md | 6 +++--- 1 file 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/`. -- cgit v1.2.3