Autocomplete for custom props on Sass
Hi everyone, I was experimenting with a Sass mixin to automatically generate custom properties for colors based on a Sass dictionary, and it works great. However, I've faced an issue.
Since the mixin creates the custom properties directly in the CSS file, they are not detected from the SCSS file I'm working on. As a result, I can't use the IntelliSense autocomplete to quickly write the custom properties when I need to use them for styling.
Has anyone found a solution for this?
0 Replies