-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build on WSL2 and Ubuntu #2
Comments
Doesn't build on Netlify either.
|
Hi, thanks for opening this issue. Just tested myself and getting the same error if I do the following:
It seems to be caused by something that's changed in Tailwind, workaround is installing the version that this template was built with originally: No idea what has changed in [email protected], so I'm leaving this issue open as a reminder. |
It works up to 2.1.4. It looks like when this PR was added to 2.2.0 it broke something: tailwindlabs/tailwindcss#4232 |
It turns out the problem was that the tailwind.config.js was missing properties like saturate and sepia. Diffing against https://github.com/tailwindlabs/tailwindcss/blob/master/stubs/defaultConfig.stub.js will give an idea of what's missing. |
Wow, thanks @johnkmzhou! I'll update the config and publish a fix commit asap. |
Before it wanted something aftrer the / (e.g. `https://status.dalyle.ca/asdf`)
When running
npm run serve
after doing a npm install, the build throws an error on writing the Eleventy templates.page.11ty.js fails at some point. By removing the postcss plugins it will run successfully but obviously the CSS won't work.
When the Readme.md says that Tailwind is one of the dependencies, what does that actually mean? Does it need to be installed separately or is it included with the npm install or fetched and installed via postcss?
The text was updated successfully, but these errors were encountered: