Using Statiq processes for tailwind commands

This reverts commit adb600c430.
This reverts commit ab83e41051.
This commit is contained in:
Patrik Svensson
2021-05-26 13:41:13 +02:00
parent adb600c430
commit 397860e42e
12 changed files with 198192 additions and 4271 deletions

6
docs/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}