Skip to content

Commit cb0b088

Browse files
Merge branch 'support/wagtail-74' into staging
2 parents bf694c7 + ca1e07c commit cb0b088

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tbx/static_src/css/tailwind.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/* Tailwind 4 directives — kept in a pure CSS file so that Dart Sass cannot
2-
hoist the @import away from the adjacent @config/@source directives (which
3-
would prevent @tailwindcss/postcss from associating them and generating
4-
utilities). Paths are relative to this file. */
5-
@import 'tailwindcss' source(none);
2+
hoist the @import away from the adjacent @config directive (which would
3+
prevent @tailwindcss/postcss from associating them and generating utilities).
4+
Auto-detection scans from WORKDIR /app (set in Dockerfile). */
5+
@import 'tailwindcss';
66
@config '../../../tailwind.config.js';
7-
@source '../../**/*.{py,html}';
8-
@source '../**/*.{js,ts,tsx,vue}';
97

108
@utility container {
119
margin-inline: auto;

0 commit comments

Comments
 (0)