-
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.
Adds new variants under a feature flag: - `pointer-none` - `pointer-coarse` - `pointer-fine` - `any-pointer-none` - `any-pointer-coarse` - `any-pointer-fine`
- Loading branch information
1 parent
2eecb4d
commit 1c2ad57
Showing
5 changed files
with
121 additions
and
0 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,5 +1,6 @@ | ||
export const enableDetailsContent = process.env.FEATURES_ENV !== 'stable' | ||
export const enableInvertedColors = process.env.FEATURES_ENV !== 'stable' | ||
export const enablePointerVariants = process.env.FEATURES_ENV !== 'stable' | ||
export const enableScripting = process.env.FEATURES_ENV !== 'stable' | ||
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