Skip to content

Conversation

@thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented Nov 6, 2025

Fixes #18833

  • Needs tests

Basically we were correctly resolving the path given to source() inside Oxide but inside @tailwindcss/node when we validated that the path was a directory we were not.

We incorrectly used the base path of the input file rather than the file the source(…) directive was defined in. This PR fixes that.

@thecrypticace thecrypticace marked this pull request as ready for review November 6, 2025 19:30
@thecrypticace thecrypticace requested a review from a team as a code owner November 6, 2025 19:30
@thecrypticace thecrypticace merged commit 4363426 into main Nov 6, 2025
7 checks passed
@thecrypticace thecrypticace deleted the fix/issue-18833 branch November 6, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

source() handling different between cli and vite

3 participants