mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-26 06:40:27 +01:00
🚧 Colorize module
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import { defineConfig } from 'windicss/helpers'
|
||||
import formsPlugin from 'windicss/plugin/forms'
|
||||
import Colors from 'windicss/colors'
|
||||
|
||||
export default defineConfig({
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
teal: {
|
||||
100: '#096',
|
||||
},
|
||||
'cool-gray': Colors.coolGray,
|
||||
amber: Colors.amber,
|
||||
sky: Colors.sky,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user