Astro CSS Template Literals HighlightAstroでCSSテンプレートリテラルを使用した際にCSSをハイライトします。例えば、Panda CSSのTemplate Literalsを使用した際にハイライトします。 Highlights CSS when you use CSS template literals in Astro. For example, it highlights Panda CSS Template Literals. Requirementsこの拡張機能は以下の拡張機能が必須です。 This extension requires the following extension. Features対象は css` で始まるテンプレートリテラルです。css`` の中身は、ネストを書ける CSS として扱います。 The target is a template literal that starts with css`. The content of css`` is treated as CSS that can be nested.
Extension Settings使用しているライブラリを Set the library you are using to
Before
After
Licenseこの拡張機能は、MITライセンスのもとで公開されています。 Released under the MIT license. Creditsこの拡張機能は、styled-components が公開している vscode-styled-components を一部参考にして作りました。オリジナルのコードは GitHub から入手可能であり、MITライセンスのもとで公開されています。 This extension was made with reference to vscode-styled-components, published by styled-components. The original code is available on GitHub and is published under the MIT License. |

