Skip to content

Commit

Permalink
backport from the stencil-site PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Dec 14, 2022
1 parent e9d348d commit ee4a17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export const config: Config = {

`extras.cssVarShim` causes Stencil to include a polyfill for [CSS
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
v3.0.0 this field is renamed to `__deprecated__cssVarsShim`. To retain the
previous behavior the new option can be set in your project's
`stencil.config.ts`:

```ts
Expand Down

0 comments on commit ee4a17d

Please sign in to comment.