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:
parent
fe31eca414
commit
f64840ece1
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.23.0"
|
||||
"astro": "^0.23.0",
|
||||
"sass": "^1.49.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue