Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from tailwindlabs:master #172

Open
wants to merge 232 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
0c9b3f9
Update esbuild to version 0.17.10
depfu[bot] Feb 27, 2023
1874798
Ensure CLI builds have a non-zero exit code on failure (#10703)
RobinMalfait Feb 28, 2023
52ca21b
Update sass to version 1.58.3
depfu[bot] Mar 1, 2023
e366985
Add `content-normal` and `content-stretch` utilities (#10645)
dcastil Mar 1, 2023
d91344c
Update changelog
reinink Mar 1, 2023
bfdf3a7
Update @swc/cli to version 0.1.62
depfu[bot] Mar 2, 2023
994b541
Update vite to version 4.1.4
depfu[bot] Mar 3, 2023
a64ce19
Update turbo to version 1.8.3
depfu[bot] Mar 8, 2023
5bb351e
Update @napi-rs/cli to version 2.14.8
depfu[bot] Mar 8, 2023
5e9470c
Update lilconfig to version 2.1.0
depfu[bot] Mar 9, 2023
c7d605f
Remove warnings when using RTL/LTR variants (#10764)
adamwathan Mar 10, 2023
ba56e42
Use `inset` instead of `top`, `right`, `bottom`, and `left` propertie…
RobinMalfait Mar 10, 2023
e40b73a
Make `dark` and `rtl`/`ltr` variants insensitive to DOM order (#10766)
adamwathan Mar 10, 2023
7eab762
Add `line-clamp` utilities from `@tailwindcss/line-clamp` to core (#1…
RobinMalfait Mar 10, 2023
990398f
Update eslint to version 8.35.0
depfu[bot] Mar 10, 2023
7b4385c
fix typo
RobinMalfait Mar 10, 2023
c33c523
Update eslint-config-prettier to version 8.7.0
depfu[bot] Mar 13, 2023
66fd0c9
Update all of jest to version 29.5.0
depfu[bot] Mar 15, 2023
c0da7bb
Update rimraf to version 4.4.0
depfu[bot] Mar 13, 2023
694aea0
Update lockfile
thecrypticace Mar 15, 2023
7e9a53f
Enable ESM and TS based config files (#10785)
RobinMalfait Mar 15, 2023
27cb947
delete unused stub
RobinMalfait Mar 15, 2023
ac1738e
fix `stubs` glob in `files` of package.json
RobinMalfait Mar 15, 2023
2de0aa9
Update autoprefixer to version 10.4.14
depfu[bot] Mar 16, 2023
ab66c5a
add `toHaveBeenWarned` and `toHaveBeenWarnedWith` custom matchers
RobinMalfait Mar 17, 2023
8132de6
refactor `log.warn` checks in tests
RobinMalfait Mar 17, 2023
acf9403
transform files using `@swc/jest` (#10815)
RobinMalfait Mar 17, 2023
6a2c58a
Update @swc/core to version 1.3.41
depfu[bot] Mar 20, 2023
e046a37
Improve bundle size by replacing `detective-typescript` (#10825)
RobinMalfait Mar 20, 2023
439fdad
ensure we look at the `extension` from the "parent" file
RobinMalfait Mar 20, 2023
69d29c9
Update changelog
adamwathan Mar 20, 2023
bac5ecf
Add `list-style-image` support (#10817)
adamwathan Mar 20, 2023
4d2d870
Update rollup to version 3.20.0
depfu[bot] Mar 21, 2023
e4482c7
ensure stacking `dark` and `rtl` variants with pseudo elements works …
RobinMalfait Mar 21, 2023
266f029
Use `:is` to make important selector option insensitive to DOM order …
adamwathan Mar 21, 2023
eadd6e5
Update sass to version 1.59.3
depfu[bot] Mar 21, 2023
f1473f5
Remove blocklisted classes from autocomplete (#10844)
thecrypticace Mar 23, 2023
1d505e9
Revert "Remove blocklisted classes from autocomplete (#10844)"
thecrypticace Mar 23, 2023
4b44daf
Update esbuild to version 0.17.12
depfu[bot] Mar 24, 2023
6138d69
Warn when `@tailwindcss/line-clamp` plugin is being used (#10862)
thecrypticace Mar 24, 2023
6ed3ba3
Update warning message
thecrypticace Mar 24, 2023
47b8289
Add support for `white-space: break-spaces` (#10729)
brandonmcconnell Mar 24, 2023
3c4cfb5
Update changelog
reinink Mar 24, 2023
c26e77c
sync package-lock.json
RobinMalfait Mar 27, 2023
b2f132e
prepare for v3.3 release
RobinMalfait Mar 24, 2023
71035b7
Update vite to version 4.2.1
depfu[bot] Mar 27, 2023
5b77b42
Reset all properties when using `line-clamp-none` (#10876)
RobinMalfait Mar 27, 2023
8e85a86
Ensure module dependencies for value `null`, is an empty `Set` (#10877)
RobinMalfait Mar 27, 2023
55aa403
Fix format assumption when resolving module dependencies (#10878)
RobinMalfait Mar 27, 2023
fb796cd
Extend default color palette with new 950 shades (#10879)
reinink Mar 27, 2023
b039e71
Clean up changelog
reinink Mar 27, 2023
0475ca9
Update eslint-config-prettier to version 8.8.0
depfu[bot] Mar 27, 2023
7e91ea9
Update sucrase to version 3.31.0
depfu[bot] Mar 28, 2023
94608fb
Update prettier to version 2.8.7
depfu[bot] Mar 28, 2023
e96071a
Update @napi-rs/cli to version 2.15.2
depfu[bot] Mar 28, 2023
0bfee99
sync package-lock.json
RobinMalfait Mar 28, 2023
5115771
Add gradient color stop position utilities (#10886)
RobinMalfait Mar 28, 2023
3809127
3.3.0
RobinMalfait Mar 27, 2023
a785c93
Try resolving `config.default` before `config` to ensure the config f…
RobinMalfait Mar 29, 2023
0ecc464
Pull pseudo elements outside of `:is` and `:has` when using `@apply` …
thecrypticace Mar 29, 2023
60c06dc
Update the types for the `safelist` config (#10901)
OverFlow636 Mar 29, 2023
3193dae
ensure workflows run for the 3.3 branch
RobinMalfait Mar 29, 2023
447384b
cleanup unused import
RobinMalfait Mar 29, 2023
9cd0301
Drop `@tailwindcss/line-clamp` warning (#10915)
RobinMalfait Mar 30, 2023
4741780
Fix `@tailwindcss/line-clamp` warning (#10919)
thecrypticace Mar 30, 2023
1e55b79
3.3.1
RobinMalfait Mar 30, 2023
d731049
Tweak changelog
reinink Mar 30, 2023
467a39e
Don’t move `::ng-deep` pseudo element to end of selector when using `…
thecrypticace Apr 4, 2023
e3a9d5f
Don’t move unknown pseudo-elements to the end of selectors (#10962)
thecrypticace Apr 7, 2023
9f86019
Fix gradient stop positions with transparent colors and/or variants (…
matei-s Apr 13, 2023
72bc318
Replace `__OXIDE__` at build time to prevent `@tailwindcss/oxide` lea…
RobinMalfait Apr 18, 2023
defdc4b
tweak changelog
RobinMalfait Apr 18, 2023
0e2b451
Ensure multiple `theme(spacing[5])` calls with bracket notation in ar…
RobinMalfait Apr 19, 2023
9bb45cd
Normalize arbitrary modifiers (#11057)
RobinMalfait Apr 21, 2023
bd0497f
Drop support for Node.js v12 (#11089)
RobinMalfait Apr 25, 2023
0e539a7
Fix standalone CLI tests
thecrypticace Apr 25, 2023
7bd1a3f
Revert "Fix standalone CLI tests"
thecrypticace Apr 25, 2023
adc8334
Disable SWC “unused” minification
thecrypticace Apr 25, 2023
48ff773
Update test
thecrypticace Apr 25, 2023
1867744
3.3.2
thecrypticace Apr 25, 2023
7b4de46
Fix issues with some pseudo-elements (#11111)
thecrypticace Apr 27, 2023
79b5b12
Fix parsing of `theme()` inside `calc()` when there are no spaces aro…
thecrypticace May 4, 2023
63403d8
Ensure `repeating-conic-gradient` is detected as an image (#11180)
RobinMalfait May 8, 2023
02147e3
fixed a type in generateRules.js (#11264)
kouznetsov1 May 22, 2023
61cf624
Move unknown pseudo elements outside of `:is` (#11345)
thecrypticace Jul 13, 2023
24c6a99
Escape animation names when prefixes contain special characters (#11470)
thecrypticace Jun 21, 2023
ac43650
Ensure CI jobs don't run for longer than 15 minutes (#11496)
god-of-javascript Jun 27, 2023
1fb7486
Make font settings propagate into buttons, inputs, etc. (#10940)
dcastil Apr 28, 2023
b885fff
Add `aria-busy` utility (#10966)
rik Apr 28, 2023
2432268
Reset dialog element styles (#11069)
eranhirsch Apr 28, 2023
80f3e85
Sort classes using position of first matching rule (#11504)
thecrypticace Jun 29, 2023
1c9bb38
Allow variant to be an at-rule without a prelude (#11589)
thecrypticace Jul 11, 2023
5b9cbb3
Make PostCSS plugin async to improve performance (#11548)
RobinMalfait Jul 5, 2023
005c1be
Don't prefix arbitrary classes in `peer`/`group` variants (#11454)
thecrypticace Jun 28, 2023
f97759f
Don’t error when a config file is missing
thecrypticace Jul 13, 2023
6a6ceb5
Update changelog
thecrypticace Jul 13, 2023
0bd81a0
3.3.3
RobinMalfait Jul 13, 2023
e771a50
Add spot for v3.3.4 changelogs
thecrypticace Oct 23, 2023
bfd0420
Improve normalisation of `calc()`-like functions (#11686)
RobinMalfait Jul 26, 2023
7720e16
Skip `calc()` normalisation in nested `theme()` calls (#11705)
RobinMalfait Jul 27, 2023
808c1f0
Fix incorrectly generated CSS when using square brackets inside arbit…
RobinMalfait Jul 28, 2023
38fd41e
Make `content` optional for presets in TypeScript types (#11730)
wimbarelds Aug 1, 2023
8012d18
Handle variable colors that have variable fallback values (#12049)
thecrypticace Sep 20, 2023
666c7e4
Batch reading content files to prevent `too many open files` error (#…
thecrypticace Sep 25, 2023
3fa8ab1
Skip over classes inside `:not(…)` when nested in an at-rule (#12105)
thecrypticace Sep 28, 2023
bbe3fca
Update types to work with Node16 module resolution (#12097)
thecrypticace Sep 28, 2023
88119e2
Don’t crash when important and parent selectors are equal in `@apply`…
thecrypticace Sep 29, 2023
17c7609
Remove grouping prototype
thecrypticace Aug 21, 2023
2c23b8d
Eliminate irrelevant rules when applying variants (#12113)
thecrypticace Sep 29, 2023
f57c2f9
Improve RegEx parser, reduce possibilities as the key for arbitrary p…
RobinMalfait Oct 2, 2023
58b126f
Fix sorting of utilities that share multiple candidates (#12173)
thecrypticace Oct 10, 2023
b162ae7
Ensure variants with arbitrary values and a modifier are correctly ma…
RobinMalfait Oct 11, 2023
8e4ed70
Fix crash when watching renamed files on FreeBSD (#12193)
thecrypticace Oct 17, 2023
63989b2
Allow plugins from a parent document to be used in an iframe (#12208)
2hu12 Oct 17, 2023
ba04af0
Add types for the nesting plugin (#12269)
thecrypticace Oct 23, 2023
c15b187
Bump `jiti`, `fast-glob`, and `browserlist` dependencies (#11550)
thecrypticace Oct 24, 2023
2514820
Improve automatic `var` injection (#12236)
RobinMalfait Oct 24, 2023
b810916
ensure we await the `processTailwindFeatures` in the `oxide` CLI
RobinMalfait Oct 24, 2023
32a62b7
3.3.4
thecrypticace Oct 24, 2023
4b12f83
Fix incorrect spaces around `-` in `calc()` expression (#12283)
RobinMalfait Oct 25, 2023
9db2d68
3.3.5
RobinMalfait Oct 25, 2023
b6d5eca
Don’t add spaces to negative numbers following a comma (#12324)
thecrypticace Oct 30, 2023
8c3f80a
Don’t output `@config` in CSS file after a rebuild (#12327)
thecrypticace Oct 30, 2023
ac171f0
Update changelog
thecrypticace Oct 30, 2023
ffadf2b
Improve resolveConfig return type: merge themes (#12272)
baffalop Oct 27, 2023
817c466
Ensure configured `font-feature-settings` for `mono` are included in …
tombl Nov 2, 2023
da0ee9c
Remove unused import
thecrypticace Nov 29, 2023
3713207
Fix code style
thecrypticace Nov 29, 2023
bbfb5a3
Don't crash when given applying a variant to a negated version of a s…
thecrypticace Dec 1, 2023
adb6f15
Fix generation of utilities that use slashes in arbitrary modifiers (…
thecrypticace Dec 1, 2023
2dcb1fc
Fix source maps of variant utilities that come from an `@layer` rule …
thecrypticace Dec 1, 2023
e26a1ba
Fix loading of built-in plugins when using an ESM or TypeScript confi…
thecrypticace Dec 1, 2023
89470d2
Improve candidate detection in minified JS arrays (without spaces) (#…
RobinMalfait Nov 10, 2023
16fd9ff
Fix candidate detection regex
thecrypticace Dec 4, 2023
3125829
3.3.6
thecrypticace Dec 4, 2023
cc94c76
Fix support for container query utilities with arbitrary values (#12534)
thecrypticace Dec 5, 2023
67fd939
Fix custom config loading in Standalone CLI (#12616)
thecrypticace Dec 18, 2023
b01283c
3.3.7
thecrypticace Dec 18, 2023
b70f8fd
Add `svh`, `lvh`, and `dvh` values to default theme (#11317)
thecrypticace Dec 18, 2023
d72c189
Add `has-*` variants for `:has(...)` pseudo-class (#11318)
adamwathan May 30, 2023
9caa954
Add support for `text-wrap` property (#11320)
adamwathan May 30, 2023
0183a84
Add support for `text-wrap: pretty` (#12031)
yuheiy Sep 19, 2023
8201846
Extend opacity scale to include all steps of 5 (#11832)
adamwathan Aug 16, 2023
9a26814
Update Preflight `html` styles to include shadow DOM `:host` pseudo-c…
brandonmcconnell Sep 8, 2023
089fa97
Equal number of grid columns and rows (#12180)
bandogora Oct 12, 2023
074f5de
Update CHANGELOG
adamwathan Oct 12, 2023
4a2aa1c
Add `size-*` shorthand (#12287)
thecrypticace Dec 4, 2023
324953c
Add subgrid utilities (#12298)
adamwathan Oct 26, 2023
b3d39b1
Add spacing scale to `min-width`, `min-height`, and `max-width` (#12300)
thecrypticace Oct 26, 2023
a35e7fc
Add `forced-color-adjust` utilities (#11931)
lukewarlow Nov 2, 2023
add51c6
Add `forced-colors` variant (#11694)
lukewarlow Nov 2, 2023
adfcccf
Add `appearance-auto` utility (#12404)
adamwathan Nov 12, 2023
4ef9717
Fix typo in changelog
adamwathan Nov 17, 2023
9129def
Add logical properties support for float and clear (#12480)
datlechin Nov 27, 2023
b215f13
Update changelog
adamwathan Nov 27, 2023
0697206
feat(preflight): simplify sans-serif font stack (#11748)
synecdokey Aug 8, 2023
7642e28
Disable tap highlights on iOS (#12299)
thecrypticace Oct 26, 2023
47dbb4a
Add `*` variant for targeting direct children (#12551)
adamwathan Dec 9, 2023
11a6ba3
Move forced-colors variant after dark variant (#12582)
lukewarlow Dec 13, 2023
dae4618
Update changelog
adamwathan Dec 13, 2023
fbdb858
Improve relative precedence of `rtl`, `ltr`, `forced-colors` and `dar…
adamwathan Dec 16, 2023
8350cff
3.4.0
thecrypticace Dec 18, 2023
f33d6a5
Update CI
thecrypticace Dec 19, 2023
8890775
Don't remove keyframe stops when using important utilities (#12639)
thecrypticace Dec 21, 2023
08a0a6c
Update changelog
thecrypticace Dec 21, 2023
78fedd5
Don't add spaces to gradients and grid track names when followed by `…
thecrypticace Jan 3, 2024
3fb57e5
Restore old behavior for `class` dark mode, add new `selector` and `v…
thecrypticace Jan 5, 2024
508e7f2
Fix code style
thecrypticace Jan 5, 2024
7361468
3.4.1
thecrypticace Jan 5, 2024
50fa6dd
Ensure max specificity of 0,0,1 for button and input Preflight rules …
adamwathan Jan 9, 2024
9e62bf2
Split `:has` rules when using `experimental.optimizeUniversalDefaults…
thecrypticace Jan 9, 2024
240a0ad
Sort arbitrary properties alphabetically across multiple class lists …
thecrypticace Feb 13, 2024
89f0f54
Update changelog
thecrypticace Feb 13, 2024
f2a7c2c
Improve glob handling for folders with `(`, `)`, `[` or `]` in the fi…
RobinMalfait Jan 5, 2024
5767986
Add `mix-blend-plus-darker` utility (#12923)
clementinelove Feb 20, 2024
780163c
feat: add contain utilities (#12993)
KrisBraun Feb 21, 2024
4429ab8
Update CHANGELOG.md 3.4.1 release date (#13024)
ziloen Feb 26, 2024
de00a62
Update contributing
adamwathan Mar 7, 2024
d86fd0b
CI: Add provenance to all published packages (#13097)
saibotk Mar 7, 2024
f5408d6
Fix failing integration tests in CI (#13300)
RobinMalfait Mar 21, 2024
41c90f6
Update sass to version 1.72.0 (#13296)
depfu[bot] Mar 21, 2024
3a466bc
Update rollup to version 4.13.0 (#13279)
depfu[bot] Mar 21, 2024
3eb8cab
🚨 [security] Update vite 4.3.2 → 5.1.6 (major) (#13287)
depfu[bot] Mar 21, 2024
41e94eb
Add missing `workflow_dispatch` (#13302)
RobinMalfait Mar 21, 2024
d56d241
Ensure dashes are allowed in variant modifiers (#13303)
RobinMalfait Mar 21, 2024
9b90c53
Cleanup oxide — Part #1 (#13304)
RobinMalfait Mar 21, 2024
27e4b65
Fix crash showing completions in Intellisense when using a custom sep…
thecrypticace Mar 21, 2024
c28c718
Update esbuild to version 0.20.2 (#13315)
depfu[bot] Mar 22, 2024
44b3b42
Cleanup oxide — Part #2 (#13312)
RobinMalfait Mar 22, 2024
b10b431
Transpile `import.meta.url` in config files (#13322)
thecrypticace Mar 22, 2024
ea90d3a
Reset letter spacing for form elements (#13150)
Stadly Mar 22, 2024
a53d854
Fix missing `xx-large` and remove double `x-large` absolute size (#13…
allain Mar 22, 2024
3ba51d1
Remove leading space in `box-shadow`'s `addDefaults` call (#13334)
allain Mar 23, 2024
bda8421
Only detect nesting when using `@apply` (#13325)
RobinMalfait Mar 23, 2024
c033f10
Update CHANGELOG.md
adamwathan Mar 24, 2024
97607f1
Ensure that arbitrary properties respect `important` configuration (#…
RobinMalfait Mar 26, 2024
8b4a2a6
Change dark selector so `@apply` works correctly with pseudo elements…
thecrypticace Mar 27, 2024
8430d8b
3.4.2
thecrypticace Mar 27, 2024
e6c1082
Revert changes to glob handling (#13384)
thecrypticace Mar 27, 2024
f1f419a
3.4.3
thecrypticace Mar 27, 2024
9fda461
Fix multiple <alpha-value> in color definitions (#13740)
barvian May 29, 2024
669109e
Don't prefix classes in arbitrary values of `has-*`, `group-has-*`, a…
elalemanyo Jun 1, 2024
8d66d94
[v3] Support negative values for `{col,row}-{start,end}` utilities (#…
thecrypticace Jun 3, 2024
56116b0
Update browserslist database (#13792)
thecrypticace Jun 5, 2024
325e7c0
Bump deps (#13797)
thecrypticace Jun 5, 2024
ed024ee
Update changelog
thecrypticace Jun 5, 2024
ff6f085
3.4.4
thecrypticace Jun 5, 2024
9e928ce
Disable automatic `var()` injection for anchor properties (#13826)
thecrypticace Jun 13, 2024
eef91c9
Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blu…
RobinMalfait Jun 13, 2024
a61e5aa
fix: typo (#13864)
Simon-He95 Jun 20, 2024
0de1f0c
refactor(util): code refactor (#13872)
Simon-He95 Jun 24, 2024
588a822
Add `.mts` and `.cts` config file detection (#13940)
RobinMalfait Jul 3, 2024
074736c
Avoid over-extracting utilities from candidates with decimal values (…
adamwathan Jul 5, 2024
9033d62
Always generate -webkit-backdrop-filter property (#13997)
adamwathan Jul 13, 2024
10a1197
3.4.5
thecrypticace Jul 15, 2024
a0dbb3d
Update runner image
thecrypticace Jul 15, 2024
ae6a8d5
Fix extracting utilities from slim/pug templates (#14006)
ledermann Jul 16, 2024
daa5266
Update changelog
thecrypticace Jul 16, 2024
9c29e47
3.4.6
thecrypticace Jul 16, 2024
0573c07
Loosen :is() wrapping rules in applyImportantSelector for more readab…
joshwilsonvu Jul 16, 2024
d622977
Update changelog
thecrypticace Jul 16, 2024
bdc87ae
Fix class detection in Slim templates with attached attributes and ID…
thecrypticace Jul 18, 2024
866860e
Print eventual lightning CSS parsing errors when the CSS matcher fail…
philipp-spiess Jul 23, 2024
680c55c
Normalize attribute selector for `data-*` and `aria-*` modifiers (#14…
philipp-spiess Jul 24, 2024
605d8cd
Update CHANGELOG.md
philipp-spiess Jul 25, 2024
245058c
Update changelog for v3.4.7
adamwathan Jul 25, 2024
aa6c10f
Add missing heading to changelog
adamwathan Jul 25, 2024
9824cb6
Update version in package.json
adamwathan Jul 25, 2024
28bd90e
Automate checksum generation for standalone CLI (#14081)
thecrypticace Aug 1, 2024
1f23c2e
Bump to latest cssnano v6 (#14105)
thecrypticace Aug 2, 2024
858696a
Warn when broad glob patterns are used in the content configuration (…
RobinMalfait Aug 7, 2024
69c81f2
rename `master` to `main`
RobinMalfait Aug 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
adamwathan authored and thecrypticace committed Dec 18, 2023
commit dae4618e97244606e53d2936ccd4b0f650ecb5ec
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add utilities for CSS subgrid ([#12298](https://github.com/tailwindlabs/tailwindcss/pull/12298))
- Add spacing scale to `min-w-*`, `min-h-*`, and `max-w-*` utilities ([#12300](https://github.com/tailwindlabs/tailwindcss/pull/12300))
- Add `forced-color-adjust` utilities ([#11931](https://github.com/tailwindlabs/tailwindcss/pull/11931))
- Add `forced-colors` variant ([#11694](https://github.com/tailwindlabs/tailwindcss/pull/11694))
- Add `forced-colors` variant ([#11694](https://github.com/tailwindlabs/tailwindcss/pull/11694), [#12582](https://github.com/tailwindlabs/tailwindcss/pull/12582))
- Add `appearance-auto` utility ([#12404](https://github.com/tailwindlabs/tailwindcss/pull/12404))
- Add logical property values for `float` and `clear` utilities ([#12480](https://github.com/tailwindlabs/tailwindcss/pull/12480))
- Add `*` variant for targeting direct children ([#12551](https://github.com/tailwindlabs/tailwindcss/pull/12551))