Update index.js (#2236)

Enables PostCSS in Svelte components. Fixes #2211
This commit is contained in:
ptrxyz 2021-12-20 00:14:25 +01:00 committed by GitHub
parent b6398c4dbe
commit 83053bcae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ export default {
less: true,
sass: { renderSync: true },
scss: { renderSync: true },
postcss: true,
stylus: true,
typescript: true,
}),