-
Notifications
You must be signed in to change notification settings - Fork 421
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
docs(v3-upgrade): add note about deprecating cssVarsShim
#950
docs(v3-upgrade): add note about deprecating cssVarsShim
#950
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
variables](https://developer.mozilla.org/en-US/docs/Web/CSS/--*). For Stencil | ||
v3.0.0 this field is renamed to `__deprecated__cssVarsShim`, and thus to retain | ||
the previous behavior the new option can be set in your projects | ||
`stencil.config.ts`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of this sounds a little weird to me. I think we should just copy-paste the same sentence used for dynamicImportShim
. I don't see why we need different wording for essentially the same thing 🤷♂️
edit: wrong pr! haha |
This adds a note to the v3 upgrade guide about deprecating `extras.cssVarShim`.
1fa9219
to
50cc9b7
Compare
This adds a note to the v3 upgrade guide about deprecating
extras.cssVarShim
.NOTE: this PR has #948 as its base.