-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Improve compatibility with Safari 15 #17435
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
56883e7
WIP
philipp-spiess 747dacf
Do what needs to be done
philipp-spiess 40ba52b
Improve Next.js playground
philipp-spiess 5183f44
De-duplicate `lightningcss` configuration
philipp-spiess 6937fef
Simplify `color-mix(…)` inlining and adding unit tests
philipp-spiess e7f48b6
Revert changes to tsconfig
philipp-spiess 19e4beb
Update snapshots
philipp-spiess f3e2993
Make the `@property` stuff disable-able
philipp-spiess 1460365
PostCSS should not polyfill `@property` for CSS module files
philipp-spiess f6f78b1
Update more snapshots
philipp-spiess 4c01e6f
Update snapshots
philipp-spiess 74c5cef
Emit `@property` fallbacks at the beginning of the file
philipp-spiess eb801de
Add test case to stuff
philipp-spiess 77eb998
Update snapshots
philipp-spiess e4ecce7
Refactor `replaceShadowColors(…)` to print AST
philipp-spiess 9bddc09
Add fallbacks for new relative color usage
philipp-spiess 8f09cac
More snapshot updates and comments
philipp-spiess 5be1398
Don't use regex for replacement
philipp-spiess 78e10dc
Further reduce the precision of color values because lightningcss pre…
philipp-spiess cbcf42a
Fix regex
philipp-spiess 0ad7aad
Fix Svelte tests
philipp-spiess 0bbcd09
Still needs a layer and fix supports query
philipp-spiess 7d6fabc
Even more snapshot updates
philipp-spiess 66c2c48
So. Many. Snapshots
philipp-spiess ddace46
Apply cleanups and also flag `color-mix(…)` polyfills so they aren't …
philipp-spiess 8e54832
Revert changes to `replaceShadowColors(…)` and move polyfill closer t…
philipp-spiess 79144ce
Update color values in `colors.ts`
philipp-spiess 9244037
Update snapshots
philipp-spiess File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PostCSS should not polyfill
@property for CSS module files
- Loading branch information
commit 14603652d0d0e916f40a26733bde05b1d26df308
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,3 +1,5 @@ | ||
| @reference "./globals.css"; | ||
philipp-spiess marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| .heading { | ||
| color: var(--color-red-500); | ||
| @apply skew-7; | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.