mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: monorepo
This commit is contained in:
parent
4d54060a4f
commit
42089d4996
200 changed files with 1530 additions and 1521 deletions
18
packages/web/tailwind.config.js
Normal file
18
packages/web/tailwind.config.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const colors = require('tailwindcss/colors')
|
||||
const pickedColors = require('./scripts/pickedColors.js')
|
||||
|
||||
module.exports = {
|
||||
content: ['./index.html', './**/*.{vue,js,ts,jsx,tsx}'],
|
||||
darkMode: 'media',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
...pickedColors,
|
||||
brand: colors.blue,
|
||||
gray: colors.neutral,
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue