Skip to content

Issues making tailwindcss plugin gen css files for website #670

Answered by oscarotero
illyrius666 asked this question in Q&A
Discussion options

You must be logged in to vote

This is because the .html files are copied (with site.copyRemainingFiles) so they are not processed by the tailwind plugin.

You can change the extension index.html to index.vto to load the files (instead of simply being copied) so they will be processed.

FYI, this is a recurrent issue, and I'm thinking of changing this behavior in Lume v3 (more info: #571) but I didn't find yet a good alternative.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@illyrius666
Comment options

Answer selected by illyrius666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants