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 ac316d3 commit 2ea61c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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`
]
}
````
5. 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 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.

0 comments on commit 2ea61c7

Please sign in to comment.