This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
What version of @tailwindcss/jit are you using?
0.1.3
What version of Node.js are you using?
v14.16.0
What browser are you using?
N/A
What operating system are you using?
Windows 10 (Windows_NT x64 10.0.19041)
Reproduction repository
N/A
Even after applying the fixes in #106
I could not get the tests to pass, all tests are failing.
And I noticed that the output of postcss's result.css only contains the base styles, thus snapshots aren't matching.
Test name: 01-basic-usage.test
Output:
* {
--tw-shadow: 0 0 #0000;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000
}
Screenshot:

NOTE: This seems to be a windows specific issue because it works fine on mac.