You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
☝️How to write a good PR title:
- Prefix it with [ComponentName] (if applicable), for example: [Button]
- Start with a verb, for example: Add, Delete, Improve, Fix…
- Give as much context as necessary and as little as possible
- Prefix it with [WIP] while it’s a work in progress
-->
### WHY are these changes introduced?
prefixing the `experimental` keyword on the color Aliases allows us to
use the experimental tokens where the Alias types are used. For example,
on the [Box
component](https://polaris.shopify.com/components/layout-and-structure/box)
you could now use the experimental tokens as a background without type
errors.
```
<Box background={'experimental-bg-input-hover'} />
```
0 commit comments