Ensure CSS updates after deploy

This commit is contained in:
2026-01-27 11:09:20 +01:00
parent 7a4ce8609c
commit 43fc752535
4 changed files with 36 additions and 2 deletions

View File

@@ -9,6 +9,13 @@
"./_dokuwiki/vendor"
],
// DokuWiki replaces @ini_* placeholders server-side.
// VS Code's CSS validator doesn't understand those tokens, but LESS does.
"files.associations": {
"style.css": "less",
"temp-input-colors.css": "less"
},
// Keep the file explorer tidy when the optional DokuWiki checkout exists.
"files.exclude": {
"**/_dokuwiki/.git": true,