mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
Clean up filesystem sync setting
This commit is contained in:
@@ -10,7 +10,15 @@ const sizes = {
|
||||
/** @type {import("tailwindcss").Config} */
|
||||
module.exports = {
|
||||
darkMode: ['class', '[data-resolved-appearance="dark"]'],
|
||||
content: ['./index.html', './**/*.{html,js,jsx,ts,tsx}'],
|
||||
content: [
|
||||
'./*.{html,ts,tsx}',
|
||||
'./commands/**/*.{ts,tsx}',
|
||||
'./components/**/*.{ts,tsx}',
|
||||
'./hooks/**/*.{ts,tsx}',
|
||||
'./init/**/*.{ts,tsx}',
|
||||
'./lib/**/*.{ts,tsx}',
|
||||
'./routes/**/*.{ts,tsx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
opacity: {
|
||||
|
||||
Reference in New Issue
Block a user