diff --git a/docs/stencil-docs/installing-stencil-cli/incompatible-directives.mdx b/docs/stencil-docs/installing-stencil-cli/incompatible-directives.mdx index 75bd258f4..cf8872fbc 100644 --- a/docs/stencil-docs/installing-stencil-cli/incompatible-directives.mdx +++ b/docs/stencil-docs/installing-stencil-cli/incompatible-directives.mdx @@ -5,11 +5,11 @@ keywords: if, stencil # Incompatible Directives -After January 31, 2024, you must compile all SCSS files with the newer node-sass engine to avoid styling issues. This upgrade is necessary to ensure the security of our platform going forward and to ensure we’re not running any out-of-date software that may be at additional risk for security vulnerabilities. +**Prior to January 31, 2024, you must update your SCSS file structure and syntax to compile correctly and avoid frontend styling issues.** This upgrade is necessary to ensure the security of our platform going forward and to ensure we’re not running any out-of-date software that may be at additional risk for security vulnerabilities. This article covers the known divergent behavior and describes how to avoid unexpected compiler errors due to the Stencil CLI and BigCommerce's servers running different versions of node-sass. -To ensure that your storefront is up to date, see [Deprecation and Sunset Support for Node-Sass](/docs/stencil-docs/installing-stencil-cli/node-sass.mdx#deprecation-and-sunset-support-for-node-sass) for two possible options for updating your node-sass compiler. +To ensure that your storefront is up to date, review the [Deprecation and Sunset Support for Node-Sass](/docs/stencil-docs/installing-stencil-cli/node-sass.mdx#deprecation-and-sunset-support-for-node-sass) information to learn about the two possible options for updating your node-sass compiler. ## Examples