Change8

astro-vscode@2.16.17

📦 astroView on GitHub →
🐛 1 fixes

Summary

This patch release fixes an issue where syntax highlighting failed when CSS @property at-rules were used within <style> blocks.

🐛 Bug Fixes

  • Fixes syntax highlighting breaking when using CSS @property at-rules inside <style> blocks. The </style> closing tag and all subsequent blocks are now correctly recognized regardless of CSS content.