add storybook

This commit is contained in:
2023-10-11 10:17:11 +03:00
parent 86f60998d3
commit 97cf30c03e
176 changed files with 4997 additions and 376 deletions

View File

@@ -1,7 +1,7 @@
import type { Config } from 'tailwindcss'
const config: Config = {
content: ['./src/App.vue', './src/components/**/*.vue'],
content: ['./src/app/App.vue', './src/components/**/*.vue'],
darkMode: 'class',
theme: {
extend: {