diff --git a/README.md b/README.md index efb48b92..e677b940 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,13 @@ export default defineNuxtConfig({ }) ``` -3. Import Tailwind and Nuxt UI in your `app.vue` or in your [CSS](https://nuxt.com/docs/getting-started/styling#the-css-property): +3. Import Tailwind CSS and Nuxt UI in your `app.vue` or [CSS](https://nuxt.com/docs/getting-started/styling#the-css-property): -```css [main.css] +```vue [app.vue] + ``` ## Documentation diff --git a/docs/app/app.config.ts b/docs/app/app.config.ts index 334a5535..7056ebb4 100644 --- a/docs/app/app.config.ts +++ b/docs/app/app.config.ts @@ -7,7 +7,7 @@ export default defineAppConfig({ ui: { colors: { primary: 'green', - gray: 'slate' + neutral: 'slate' } } }) diff --git a/docs/app/app.vue b/docs/app/app.vue index 44b88abc..8b9fb4b9 100644 --- a/docs/app/app.vue +++ b/docs/app/app.vue @@ -1,16 +1,17 @@ diff --git a/docs/app/components/color-picker/ColorPickerPill.vue b/docs/app/components/color-picker/ColorPickerPill.vue index 7d9c72c7..d4df0b37 100644 --- a/docs/app/components/color-picker/ColorPickerPill.vue +++ b/docs/app/components/color-picker/ColorPickerPill.vue @@ -1,7 +1,7 @@