mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-31 17:07:50 +01:00
🎉 Initial commit
This commit is contained in:
20
tailwind.config.ts
Normal file
20
tailwind.config.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineConfig } from 'windicss/helpers'
|
||||
import formsPlugin from 'windicss/plugin/forms'
|
||||
|
||||
export default defineConfig({
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
teal: {
|
||||
100: '#096',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
formsPlugin,
|
||||
require('@tailwindcss/forms'),
|
||||
require('@tailwindcss/aspect-ratio'),
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user