From 00ba9064412ad13281564332f149b9fd47a594ec Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:06:06 +0100 Subject: [PATCH] Update IDESupport.md --- packages/foundations/docs/IDESupport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/foundations/docs/IDESupport.md b/packages/foundations/docs/IDESupport.md index d601c4782cb..f642b548185 100644 --- a/packages/foundations/docs/IDESupport.md +++ b/packages/foundations/docs/IDESupport.md @@ -40,6 +40,6 @@ You can enable auto-complete of CSS classes (like e.g. `db-container-color-cyan` ] } ```` -4. Go to a `.css` file and write inside a selector `color: db-`. You should see the autocomplete for css properties. By pressing enter this will automatically add `var(--db-xxx)`. +4. Go to a `.css` file and write inside a selector `color: db-`. You should see the autocomplete for CSS Custom Properties. By pressing `ENTER` this will automatically add `var(--db-xxx)`. -> **Note:** We couldn't find a good extension to work properly with the classes you could check [this](https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion). But we encountered some issues here. +> **Note:** We couldn't find a good extension to work properly with the classes you could try out [the SCSS Everywhere extension](https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion). But we encountered some issues with this one.