question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Insiders builds content paths not detected

See original GitHub issue

What version of Tailwind CSS are you using? insiders.2a88642

What build tool (or framework if it abstracts the build tool) are you using? Reproduced in two different environments Parcel 2.7.0, postcss 8.4.18

Webpack 4.10.0, postcss 8.4.18

What version of Node.js are you using? v16.14.0

What browser are you using? Chrome

What operating system are you using? Windows 10

Reproduction URL https://github.com/gigsta12/TailwindContentRepro

Describe your issue Using the current versions of insiders e.g. 2a88642 the content paths are not identified when you run the project. None of the css is generated in the output files.

The following is shown in the console.

console: warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.   

console: warn - https://tailwindcss.com/docs/content-configuration

This has occurred in both in my existing larger webpack project but also in the repro project listed above. Unsure if this is related to the new multiple @config files? Reading the announcement I wasn’t entirely sure if with the upcoming 3.2, the @config is now required to be included in the input css file so I included it anyways.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
thecrypticacecommented, Oct 16, 2022

Thanks for brining this issue to our attention! I figured out the problem and have opened a PR to fix it. We have some other unrelated stuff that’s causing the build to fail which I’ll need to wait for us to fix before merging it.

0reactions
thecrypticacecommented, Oct 16, 2022

Of course — thank you for letting us know! ✨

The tl;dr on what happened is that Windows different path separator occasionally requires a bit extra work that otherwise doesn’t need to happen and it was missed in this case.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Announcing Windows 11 Insider Preview Build 25267
A workaround for this is to use the Hello PIN path. We're working on the fix for an issue causing various UI elements...
Read more >
Access Code Insiders from terminal · Issue #6627 - GitHub
Is there a way to access the insider build from the command line similar to the code command for the regular build? If...
Read more >
Troubleshooting - Windows Insider Program - Microsoft Learn
Go to Settings > Update & Security > Windows Insider Program and make sure you've activated the Windows Insider Program on your device...
Read more >
November 2022 (version 1.74) - Visual Studio Code
You can download the nightly Insiders build and try the latest updates as soon as ... Run code tunnel from a machine with...
Read more >
TrySetWallpaperImageAsync not working in latest Insider build?
Actually,After my research what I found is that the api isn't working on the insider builds of the Windows.I have an another laptop...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found