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'm using this plugin to dynamically extract SCSS files and sometimes one of the files I need to extract variables from doesn't have any variables in it (or is totally empty). This causes the error Error while extracting declaration to be thrown.
Would it be possible to somehow allow it to continue even if there are no variables in one of the files?
The text was updated successfully, but these errors were encountered:
See #3. I've fixed the issue and also added an empty stylesheet to the e2e tests which causes the tests to fail without my fix. I'm not sure if you want to fix it this way but at least will give you an idea of the issue.
I'm using this plugin to dynamically extract SCSS files and sometimes one of the files I need to extract variables from doesn't have any variables in it (or is totally empty). This causes the error
Error while extracting declaration
to be thrown.Would it be possible to somehow allow it to continue even if there are no variables in one of the files?
The text was updated successfully, but these errors were encountered: