From c59e59091db8a1bc96d786e8218c648e88b6a894 Mon Sep 17 00:00:00 2001 From: QuinnG8 <146782405+QuinnG8@users.noreply.github.com> Date: Sun, 8 Sep 2024 06:30:10 -0700 Subject: [PATCH] Add note about VSCode warning for SCSS files (#9609) Merge pull request 9609 --- docs/_docs/configuration/sass.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_docs/configuration/sass.md b/docs/_docs/configuration/sass.md index 14c142f7..b11252d0 100644 --- a/docs/_docs/configuration/sass.md +++ b/docs/_docs/configuration/sass.md @@ -7,6 +7,9 @@ Jekyll comes bundled with [jekyll-sass-converter](https://github.com/jekyll/jeky You can further configure the plugin by adding options to your Jekyll config under the `sass` attribute. See the [plugin's documentation](https://github.com/jekyll/jekyll-sass-converter#usage) for details and for its default values. +{:.note .info} +If you see a warning in VSCode regarding `@import "main";`, you may ignore it as the same does not affect the functionality of the SCSS code in Jekyll. However, Jekyll 4 does not allow importing a `main` sass partial (`_sass/main.scss`) from a sass page of a same name, viz. `css/main.scss`. +
Note that directory paths specified in the sass
configuration