tailwindcss.com icon indicating copy to clipboard operation
tailwindcss.com copied to clipboard

Guide people toward using path resolution.

Open nathanhammond opened this issue 3 years ago • 1 comments

In a workspace setup encouraging people to directly path into node_modules will result in inconsistent outcomes. Instead rely on the system to properly identify the path of the node module, and then append the glob pattern manually.

This will result in a system-path-separator normalized absolute path which is distinct from the current contents items. I did not investigate if that will work as expected where these values are consumed so I wanted to draw attention to the distinction.

nathanhammond avatar Jul 07 '22 17:07 nathanhammond

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tailwindcss-com ✅ Ready (Inspect) Visit Preview Aug 16, 2022 at 8:19PM (UTC)

vercel[bot] avatar Jul 07 '22 17:07 vercel[bot]

Thanks for the PR. I made some adjustments to work better with the flow of the documentation. Really appreciate the starting point! ✨

thecrypticace avatar Aug 16 '22 20:08 thecrypticace