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,
|
||||
sass: { renderSync: true },
|
||||
scss: { renderSync: true },
|
||||
postcss: true,
|
||||
stylus: true,
|
||||
typescript: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue