fix: switch to recent version of sass
This commit is contained in:
parent
cf07f3b064
commit
a58dcec4ca
3 changed files with 918 additions and 4043 deletions
|
@ -5,8 +5,10 @@ build: theme.css
|
||||||
|
|
||||||
%.css: %.scss
|
%.css: %.scss
|
||||||
cd .. \
|
cd .. \
|
||||||
&& npx node-sass --output-style compressed .marp/$< > .marp/$@ \
|
&& npx sass --no-error-css --no-source-map .marp/$<:.marp/$@ \
|
||||||
|| ( rm -f .marp/$@ && exit 1 )
|
|| ( rm -f .marp/$@ && exit 1 )
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f theme.css
|
||||||
|
|
4929
package-lock.json
generated
4929
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,11 +12,11 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marp-team/marp-cli": "^3.4.0",
|
"@marp-team/marp-cli": "^1.4.1",
|
||||||
"@marp-team/marp-core": "^3.9.0",
|
"@marp-team/marp-core": "^3.9.0",
|
||||||
"foreman": "^3.0.1",
|
"foreman": "^3.0.1",
|
||||||
"markdown-it-footnote": "^3.0.2",
|
"markdown-it-footnote": "^3.0.2",
|
||||||
"markdown-it-highlight-lines": "^1.0.2",
|
"markdown-it-highlight-lines": "^1.0.2",
|
||||||
"node-sass": "^7.0.0"
|
"sass": "^1.79.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue