0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

Add sass dev dep to blog-multiple-authors example (#2643)

Otherwise, new stackblitz projects throw an error.
This commit is contained in:
Joel Kuzmarski 2022-02-23 17:11:38 -06:00 committed by GitHub
parent fe31eca414
commit f64840ece1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.23.0"
"astro": "^0.23.0",
"sass": "^1.49.8"
}
}