Issues making tailwindcss plugin gen css files for website #670
-
|
using the plugin i dont get my website styled, while using the cdn version does. what am i doing wrong or is there a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is because the You can change the extension 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. |
Beta Was this translation helpful? Give feedback.
This is because the
.htmlfiles are copied (withsite.copyRemainingFiles) so they are not processed by the tailwind plugin.You can change the extension
index.htmltoindex.vtoto 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.