v14.1 broken path for tailwindcss-data
See original GitHub issueerror - ./node_modules/@tailwindcssinjs/macro/lib/tailwindcssinjs.js:9:0
Module not found: Can't resolve '../../tailwindcss-data/lib/utilities'
After upgrading from v13 to v14 now getting this coming from macros
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Tailwind CSS classes is not working in my project?
This error is due to tailwind not finding any classes to scan in what it 'thinks' is your HTML code directories.
Read more >Optimizing for Production - Tailwind CSS
Tailwind CSS is incredibly performance focused and aims to produce the smallest CSS file possible by only generating the CSS you are actually...
Read more >Tailwindcss v3.0.23 generates broken classes #7843 - GitHub
I recently installed the latest version (v3.0.23) of Tailwind CSS as suggested in its document (webpack v5.70.0, node v16.14.0, postcss-cli ...
Read more >Upgrading to Tailwind CSS v3.0 - YouTube
In this video, I'll walk you through the most important steps when upgrading an existing project to Tailwind CSS v3.0.
Read more >How to Use Tailwind on a Svelte Site | CSS-Tricks
Let's spin up a basic Svelte site and integrate Tailwind into it for styling. One advantage of working with Tailwind is that there...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@narze delete .next folder and run dev again.
On Sun, Oct 18, 2020, 11:47 PM narze notifications@github.com wrote:
Closing this, not totally certain what is happening. Likely something weird with my config. I got it re-working but not certain why ha