Skip to content

Commit

Permalink
Update IDESupport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 7, 2024
1 parent 2ea61c7 commit 00ba906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/foundations/docs/IDESupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 00ba906

Please sign in to comment.