mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 02:10:36 +01:00
Upgrade dependencies
This commit is contained in:
@@ -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()
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user