Closed nojaf closed 3 months ago
When I define CSS variables in a Layout or page
<style> :root { --yellow: #FF0; --red: #F00; } </style>
I don't get autocomplete for these in my component files.
npm init astro
https://github.com/nojaf/astro-variable-repro
This is not a bug, the feature just isn't there.
Describe the Bug
When I define CSS variables in a Layout or page
I don't get autocomplete for these in my component files.
Steps to Reproduce
npm init astro
using templateLink to Minimal Reproducible Example
https://github.com/nojaf/astro-variable-repro