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
|
|
@ -1,21 +0,0 @@
|
|||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const colors = require('tailwindcss/colors')
|
||||
const pickedColors = require('./scripts/pickedColors.js')
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
'./src/renderer/index.html',
|
||||
'./src/renderer/**/*.{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