Commit e5159f4
committed
misc(whats-happening): aesthetic tweak and fix potential tailwindcss bug
tailwindcss analyzes className rules statically, without executing the javascript code.
it then generates the final optimized css file.
if tailwindcss cannot detect such classes, e.g. "max-w-2xl" elsewhere in the codebase, the final css file will not have the corresponding ruleset.
documentation reference:
https://tailwindcss.com/docs/detecting-classes-in-source-files#dynamic-class-names1 parent 8318e0c commit e5159f4
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments