-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
PostCSS: Exec Format Error (ENOEXEC) #27
Comments
Ditto. I have a teeny-tiny Jekyll theme (just a I'm walking through adding Tailwind to it using Steven Westmoreland's instructions at https://stevenwestmoreland.com/2021/01/using-tailwind-css-with-jekyll.html and when I run
Any chance there's a bug in |
Well, I researched a bit and there is a high likelihood that the postcss gem plugin has a bug. Instead of using the gem postcss plugin , you can use postcss module for node.js and then set the output folder of generated CSS files to Jekyll's static folder. There is a tailwind jekyll starter from which you can take hints from. -> Jekyll Tailwind Starter |
I am trying to use tailwind in my Jekyll project but the postcss plugin throws a conversion error.
Below are the logs while running Jekyll serve:
Even with the only front matter in the scss file, it throws the same error.
main.scss file
The text was updated successfully, but these errors were encountered: