Commit 0c7088e
authored
Generate the correct CSS for the
Fixes #15107.
Previously we were generating `word-break: break-keep` when it should be
`word-break: keep-all`.
---------
Co-authored-by: Adam Wathan <[email protected]>break-keep utility (#15108)1 parent de096f7 commit 0c7088e
File tree
3 files changed
+16
-15
lines changed- packages/tailwindcss/src
3 files changed
+16
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9212 | 9212 | | |
9213 | 9213 | | |
9214 | 9214 | | |
9215 | | - | |
9216 | | - | |
9217 | | - | |
9218 | | - | |
| 9215 | + | |
| 9216 | + | |
| 9217 | + | |
| 9218 | + | |
9219 | 9219 | | |
9220 | | - | |
9221 | | - | |
9222 | | - | |
| 9220 | + | |
| 9221 | + | |
| 9222 | + | |
9223 | 9223 | | |
9224 | | - | |
9225 | | - | |
9226 | | - | |
| 9224 | + | |
| 9225 | + | |
| 9226 | + | |
9227 | 9227 | | |
9228 | | - | |
9229 | | - | |
9230 | | - | |
9231 | | - | |
| 9228 | + | |
| 9229 | + | |
| 9230 | + | |
| 9231 | + | |
9232 | 9232 | | |
9233 | 9233 | | |
9234 | 9234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1963 | 1963 | | |
1964 | 1964 | | |
1965 | 1965 | | |
1966 | | - | |
| 1966 | + | |
1967 | 1967 | | |
1968 | 1968 | | |
1969 | 1969 | | |
| |||
0 commit comments