-
New to tailwindcss here, using version 2.0.1 and a MacOS Catalina on 10.15. A friend on Windows can build with postcss well, but I am unable to do so. Could anyone help me build tailwindcss with postcss? Node version: 14.15.1 Does not work for the postcss v7 community build either. Steps:
Sadly, I get the following failure:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Super weird! Can you create a project on GitHub that reproduces and share the link? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
"build:css": "node ./node_modules/.bin/tailwindcss build ./css/styles.css -o ./css/dist.css"