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
Fix detection when project contains stylesheets that import the "main" 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.
Copy file name to clipboardExpand all lines: packages/vscode-tailwindcss/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Prerelease
4
4
5
-
-Nothing yet!
5
+
-Fix detection when project contains stylesheets that import the "main" stylesheet ([#1218](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1218))
0 commit comments