mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
Update index.js (#2236)
Enables PostCSS in Svelte components. Fixes #2211
This commit is contained in:
parent
b6398c4dbe
commit
83053bcae9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default {
|
||||||
less: true,
|
less: true,
|
||||||
sass: { renderSync: true },
|
sass: { renderSync: true },
|
||||||
scss: { renderSync: true },
|
scss: { renderSync: true },
|
||||||
|
postcss: true,
|
||||||
stylus: true,
|
stylus: true,
|
||||||
typescript: true,
|
typescript: true,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Reference in a new issue