fix: switch to recent version of sass

This commit is contained in:
Glenn Y. Rolland 2024-09-22 23:24:30 +02:00
parent cf07f3b064
commit a58dcec4ca
3 changed files with 918 additions and 4043 deletions

View file

@ -5,8 +5,10 @@ build: theme.css
%.css: %.scss
cd .. \
&& npx node-sass --output-style compressed .marp/$< > .marp/$@ \
&& npx sass --no-error-css --no-source-map .marp/$<:.marp/$@ \
|| ( rm -f .marp/$@ && exit 1 )
.PHONY: build
clean:
rm -f theme.css

4929
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@marp-team/marp-cli": "^3.4.0",
"@marp-team/marp-cli": "^1.4.1",
"@marp-team/marp-core": "^3.9.0",
"foreman": "^3.0.1",
"markdown-it-footnote": "^3.0.2",
"markdown-it-highlight-lines": "^1.0.2",
"node-sass": "^7.0.0"
"sass": "^1.79.3"
}
}