demos: revert switch to modules only

This commit is contained in:
Philipp Kühn
2021-09-30 11:43:51 +02:00
parent b2a08e4a78
commit fc9a8febbc
5 changed files with 15 additions and 47 deletions

View File

@@ -1,10 +1,6 @@
import tailwind from 'tailwindcss'
import autoprefixer from 'autoprefixer'
import tailwindConfig from './tailwind.config.js'
export default {
plugins: [
tailwind(tailwindConfig),
autoprefixer,
],
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}