mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(app): update @source usage
This commit is contained in:
@@ -121,7 +121,7 @@ provide('navigation', updatedNavigation)
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui-pro";
|
||||
|
||||
@source "../content/**/*.md";
|
||||
@source "../content";
|
||||
|
||||
@theme {
|
||||
--container-8xl: 90rem;
|
||||
|
||||
@@ -50,7 +50,7 @@ This can be useful when writing Tailwind classes in markdown files with [`@nuxt/
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@source "../content/**/*.md";
|
||||
@source "../content";
|
||||
```
|
||||
|
||||
::note{to="https://tailwindcss.com/docs/v4-beta#adding-content-sources"}
|
||||
|
||||
Reference in New Issue
Block a user