re-enable Tailwind compile with postcss

This commit is contained in:
2021-01-07 14:16:03 +01:00
parent 089813146f
commit 6915123973
3 changed files with 4 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
const sveltePreprocess = require('svelte-preprocess');
const preprocess = sveltePreprocess({
// postcss: {
// plugins: [ require('tailwindcss'), require('autoprefixer') ]
// }
postcss: {
plugins: [ require('tailwindcss'), require('autoprefixer') ]
}
});
module.exports = {