Edit page working

This commit is contained in:
2025-08-12 23:08:20 -07:00
parent 4aebef12c8
commit 2f76c1ae35
15 changed files with 272 additions and 7 deletions

7
docs/StyleSheets-sass.md Normal file
View File

@@ -0,0 +1,7 @@
# Style Sheets
The idea is to use sass to generate only what you need for style sheets.
```bash
sudo docker run --rm -v $(pwd):/usr/src/app sass-container sass sass/project.sass public/css/main.css
```