From 075eee860d0c1cb43b09c28c189ede8aec98c5fd Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 7 Mar 2024 16:09:00 +0100 Subject: [PATCH] playground: update --- playground/app.config.ts | 5 ++++- playground/pages/button.vue | 36 ++++++++++++++++++++++++++++++------ playground/pages/tooltip.vue | 2 +- 3 files changed, 35 insertions(+), 8 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index ee42683c..880dfdd9 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -5,9 +5,12 @@ export default defineAppConfig({ base: 'font-semibold', variants: { color: { - pink: 'bg-pink-500 text-white' + toto: 'bg-pink-500 text-white' } } + }, + container: { + base: 'max-w-5xl' } } }) \ No newline at end of file diff --git a/playground/pages/button.vue b/playground/pages/button.vue index 6e8927c1..2cc6a019 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -1,9 +1,33 @@ \ No newline at end of file diff --git a/playground/pages/tooltip.vue b/playground/pages/tooltip.vue index 00e65f52..b4d97f43 100644 --- a/playground/pages/tooltip.vue +++ b/playground/pages/tooltip.vue @@ -1,5 +1,5 @@