-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed auto-prefixing for widely available features (#3296)
* Drop prefixer * changeset * Revert "Drop prefixer" This reverts commit 3759507. * prefix what's not widely-avaialble * Remove moz and ms prefixes for user-select, hyphens, text-size-adjust * Remove zoom- and grab prefixing in cursor property * Remove unused moz and mz prefix imports * Remove image-set prefixing in cursor (image-set will be widely available so soon, just prefixing image-set for cursor is weird and cursor is such a small progressive enhancement thing anyway that if it doesn't work in older browsers, it's fine) * update snapshots * update changeset --------- Co-authored-by: Emma Hamilton <git@emmas.town>
- Loading branch information
Showing
20 changed files
with
53 additions
and
971 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@emotion/styled': major | ||
'@emotion/cache': major | ||
'@emotion/react': major | ||
'@emotion/css': major | ||
--- | ||
|
||
Removed auto-prefixing for widely available features. |
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
Oops, something went wrong.