File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- @import "tailwindcss" theme(static) source("../../../.." );
1+ @import "tailwindcss" theme(static) source(none );
22@import "@nuxt/ui" ;
33
4+ /* Scoped to what the docs render: the site and the library source, which `--uiDev`
5+ resolves components and theme from. A repo-root source also put `test`,
6+ `playgrounds` and `skills` on the CSS watcher. */
7+ @source "../../.." ;
8+ @source "../../../../src" ;
49@source "../../../content/**/*" ;
510
611@theme static {
Original file line number Diff line number Diff line change 1- @import "tailwindcss" theme(static) source("../../../../.." );
1+ @import "tailwindcss" theme(static) source(none );
22@import "@nuxt/ui" ;
33
4+ /* Scoped to this playground and the library source, which `--uiDev` resolves
5+ components and theme from. A repo-root source also put `docs` and `test` on
6+ the CSS watcher. */
7+ @source "../../.." ;
8+ @source "../../../../../src" ;
9+
410@theme static {
511 --font-sans : 'Public Sans' , sans-serif;
612
Original file line number Diff line number Diff line change 1- @import "tailwindcss" theme(static) source("../../../../.." );
1+ @import "tailwindcss" theme(static) source(none );
22@import "@nuxt/ui" ;
33
4+ /* Scoped to this playground, the Nuxt playground's `app` that `vite.config.ts`
5+ borrows components and composables from, and the library source, which
6+ `--uiDev` resolves components and theme from. */
7+ @source "../../.." ;
8+ @source "../../../../nuxt/app" ;
9+ @source "../../../../../src" ;
10+
411@theme static {
512 --font-sans : 'Public Sans' , sans-serif;
613
You can’t perform that action at this time.
0 commit comments