mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
nextui, next-themes, pnpm
This commit is contained in:
parent
4afb6adaed
commit
6ca06abc00
8 changed files with 5035 additions and 2592 deletions
|
@ -1,10 +1,21 @@
|
|||
import type { Config } from 'tailwindcss'
|
||||
import { nextui } from '@nextui-org/react'
|
||||
|
||||
const config: Config = {
|
||||
content: [
|
||||
'./src/pages/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
darkMode: 'class',
|
||||
plugins: [
|
||||
nextui({
|
||||
addCommonColors: true,
|
||||
}),
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue