create dark mode

This commit is contained in:
André Weller
2019-05-14 19:30:29 +02:00
parent 28c1e3d409
commit 86ebeee672
20 changed files with 73 additions and 1076 deletions

View File

@@ -1,9 +1,7 @@
const join = require('path').join
const tailwindJS = join(__dirname, 'tailwind.js')
module.exports = {
plugins: [
require('tailwindcss')(tailwindJS),
require('autoprefixer')
]
}