import tailwindcss v2

This commit is contained in:
2020-11-20 16:57:06 +01:00
parent e3cc1fad84
commit bb18daede2
20 changed files with 671 additions and 293 deletions

View File

@@ -2,5 +2,5 @@ export default {
preference: 'system',
fallback: 'dark',
classPrefix: '',
classSuffix: '-mode',
classSuffix: '',
}

View File

@@ -1,7 +1,5 @@
export default {
config: {
plugins: [
require('tailwindcss-dark-mode')
]
}
cssPath: './assets/css/tailwind.css',
configPath: 'tailwind.config.js',
exposeConfig: true
}