Hashversion
Results
2
comments of
Hashversion
yes! I totally agree, I like the 2nd one too! how about making a bit more semantic, injectImports or prependImports? ```js tailwind({ filename: "tailwind-theme.css", injectImports: { // semantic (inject) "tailwindcss":...
Do you recommend to add a comment after generating the theme? ### 1. if the template is null or undefined: ```js tailwind({ filename: "tailwind-theme.css", template: null }) ``` in generated...