From ee4a17dab4963adae3ea8fbc4289579861537a37 Mon Sep 17 00:00:00 2001 From: Alice Pote Date: Wed, 14 Dec 2022 16:32:11 -0500 Subject: [PATCH] backport from the stencil-site PR --- BREAKING_CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index b6644e0f74b..37ec87cdcef 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -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