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
Had to downgrade to v0.14.4 since the extension stopped working as soon as it got updated to v0.14.5. Project doesn't use any custom features, just basic NextJS/React with TS using Tailwind v4 configured using a basic globals.css file. Noticed the issue when working on this branch: https://github.com/neploxaudit/neploxaudit.github.io/tree/article-list
The text was updated successfully, but these errors were encountered:
…" stylesheet (#1218)
Fixes#1217
This issue kinda reveals that the entire detection around "project
roots" or "root stylesheets" needs to be rethought because files at the
top of a CSS graph may not actually be the intended stylesheet —
especially when `@reference` is used. But… like anything… they also
_might be_.
In the meantime we'll "prefer" files we can detect as definite root
stylesheets before trying other files.
Uh oh!
There was an error while loading. Please reload this page.
Had to downgrade to v0.14.4 since the extension stopped working as soon as it got updated to v0.14.5. Project doesn't use any custom features, just basic NextJS/React with TS using Tailwind v4 configured using a basic
globals.css
file. Noticed the issue when working on this branch: https://github.com/neploxaudit/neploxaudit.github.io/tree/article-listThe text was updated successfully, but these errors were encountered: