-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related discussion #12127 ```css .wrap-anywhere { overflow-wrap: anywhere; } ``` ### Updated 2024-11-30 The new changes remove the original `@supports` because I agree that developers should decide for themselves whether to maintain backward compatibility. Also updated in line with the new changes in the `next` branch. --------- Co-authored-by: Philipp Spiess <hello@philippspiess.com>
- Loading branch information
1 parent
419b3dc
commit 62d3e74
Showing
5 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const enableUserValid = process.env.FEATURES_ENV !== 'stable' | ||
export const enableWrapAnywhere = process.env.FEATURES_ENV !== 'stable' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters