We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Even with notifications disabled for the CSS Var Complete extension, somehow I still get spammed with notifications.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots
Typical notifications after using the extension for a while:
Extension notifications are already disabled:
Details (please complete the following information):
macOS 14.3.1 (Sonoma)
1.88.1
v2.6.4
Additional context Project is using Next.js with CSS modules, along with Open Props as an NPM dependency. Config for the extension:
"cssvar.ignore": [ "**/node_modules/!(open-props)/**", "**/node_modules/open-props/!((open-props|normalize).min.css)/**", ]
The text was updated successfully, but these errors were encountered:
Same her, the Range Error pops up when I save files.
Using CSS Modules
Sorry, something went wrong.
Thanks for raising this issue. In an upcoming release, I will be replacing notifications with console logger.
Can u help me with a repro for Range Error pops up? This seems like a logical issue and I would like to understand the issue better. 🙇🏽
Range Error pops up
phoenisx
No branches or pull requests
Describe the bug
Even with notifications disabled for the CSS Var Complete extension, somehow I still get spammed with notifications.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Typical notifications after using the extension for a while:
Extension notifications are already disabled:
Details (please complete the following information):
macOS 14.3.1 (Sonoma)
1.88.1
v2.6.4
Additional context
Project is using Next.js with CSS modules, along with Open Props as an NPM dependency. Config for the extension:
The text was updated successfully, but these errors were encountered: