v1.7.0 - Подзадачи

This commit is contained in:
2024-09-16 22:52:35 +07:00
parent ad1795ba01
commit 0537cc09cf
35 changed files with 9758 additions and 9285 deletions
+13 -13
View File
@@ -1,13 +1,13 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'selector',
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'selector',
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}