Merge branch 'feat/333-creation-text-input' into feat/335-ajout-package-histoire

This commit is contained in:
2026-02-25 11:33:17 +01:00
10 changed files with 832 additions and 61 deletions

View File

@@ -1,15 +1,15 @@
import type { Config } from 'tailwindcss'
import type {Config} from 'tailwindcss'
export default {
content: [
'./app/**/*.{vue,js,ts}',
'./**/*.story.{vue,js,ts}',
'./app/**/*.story.{vue,js,ts}',
'./histoire.setup.ts',
'./histoire.config.ts',
],
safelist: [
{
pattern: /(sm:|md:|lg:|xl:|2xl:)?(text|rounded|w)-.+/,
pattern: /(sm:|md:|lg:|xl:|2xl:)?(text|rounded|w|min-w|max-w)-.+/,
},
],
theme: {