Upgrade dependencies

This commit is contained in:
2021-10-19 15:05:17 +02:00
parent 3874b2be94
commit d05810b7c2
4 changed files with 1082 additions and 979 deletions

View File

@@ -1,10 +1,11 @@
import {defineConfig} from 'windicss/helpers'
import defaultTheme from 'windicss/defaultTheme'
import typography from 'windicss/plugin/typography'
import colors from 'windicss/colors'
module.exports = defineConfig({
presets: [],
darkMode: 'class',
attributify: true,
theme: {
extend: {
typography: (theme) => ({
@@ -824,6 +825,6 @@ module.exports = defineConfig({
},
},
plugins: [
require('windicss/plugin/typography')()
typography()
],
})