diff --git a/bau-css/README.md b/bau-css/README.md index 2decacb0..5a446b18 100644 --- a/bau-css/README.md +++ b/bau-css/README.md @@ -102,6 +102,18 @@ _bau-css_ integrates seamlessly with UI libraries, here is a list of examples: - [Bau with bau-css](./examples/bau-bau-css) - [Vanilla JS with bau-css](./examples/vanillajs-bau-css) +## Editor Support + +### VS Code + +There is no dedicated VS Code plugin for BauCss, but the (unmaintained) [styled-components](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components) plugin is mostly compatible as long as `createGlobalStyles` is imported as `createGlobalStyle`. It provides completion and syntax highlighting for CSS inside template literals. + + + + + VS Code screnshot + + ## Contribution Bugs and suggestion can be discussed on its [GitHub project page](https://github.com/grucloud/bau/tree/main/bau-css).