Open resource11 opened 1 week ago
Name | Link |
---|---|
Latest commit | 63051c856e990e065a464df0bc815bd617c286d0 |
Latest deploy log | https://app.netlify.com/sites/dtcg-tr/deploys/673628c112dfc800086dd363 |
Deploy Preview | https://deploy-preview-257--dtcg-tr.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Summary
This adds new
$colorSpace
,colorProfile
,coordinates
, andfallback
properties for the color type$value
object as suggested by multiple discussions.Reasoning
This PR takes into account feedback from followup comments with respect to loosening up the color type and gracefully handling legacy color scenarios.
Pros
Cons
$color
in the future would be a breaking change, yet the release of the color format module will already be a breaking change.Alternatives
$components
/$channels
) was modified to align with both CSS Color Module Level 5 and ColorJS naming conventions for consistency.color
module will provide expanded guidance on this format. Or in areas where they potentially overlap, differences will be complementary rather than conflicting.Notes