You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding support for a string-based API.
This would enable integration with custom file formats and build processes, allowing SCSS to be passed directly as a string. It would be particularly useful in cases where styles are embedded in different file formats.
Example Use Case:
Extract SCSS from .vue files (single file components) and pass it to find-unused-sass-variables.
The text was updated successfully, but these errors were encountered:
I propose adding support for a string-based API.
This would enable integration with custom file formats and build processes, allowing SCSS to be passed directly as a string. It would be particularly useful in cases where styles are embedded in different file formats.
Example Use Case:
The text was updated successfully, but these errors were encountered: