Issue
i've just started with TailwindCSS and already got some problem i'm stuck with the half day.
I want to add custom radio buttons from a codepen.io/amasci/pen/vMGVaz
to my tailwindcss. All i've done is adding the html parts and adding the css parts to my input.css, before it get's compiled. Now the problem there is that the display is working, but if i try to check the radiobutton nothing happens.
I've checked the compiled css from tailwind and all the parts for the input.css are missing i added. I think the problem is my weak understanding of the tailwindCLI and how to add my custom css parts to it.
Note: Adding the css parts in as internalCSS into the head style attributes it is working fine.
Solution
First of all, sorry i didn't knew about this image part. I will remeber it if i need help in the future.
But i've got my problem fixed. I just needed to use postcss and import a custom *.css file into my tailwind input.css before compiling it with the CLI. So all i did was following this documentation of tailwind.
Answered By - Unknown
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.