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

PostCSS output result is empty in windows machine #107

@anuraghazra

Description

@anuraghazra

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:
image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions