We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf694c7 + ca1e07c commit cb0b088Copy full SHA for cb0b088
1 file changed
tbx/static_src/css/tailwind.css
@@ -1,11 +1,9 @@
1
/* 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);
+ hoist the @import away from the adjacent @config directive (which would
+ prevent @tailwindcss/postcss from associating them and generating utilities).
+ Auto-detection scans from WORKDIR /app (set in Dockerfile). */
+@import 'tailwindcss';
6
@config '../../../tailwind.config.js';
7
-@source '../../**/*.{py,html}';
8
-@source '../**/*.{js,ts,tsx,vue}';
9
10
@utility container {
11
margin-inline: auto;
0 commit comments