Dropdown menu with tailwind shows when hovering below actual nav item
The problem I am having is that if I hover below “Parent” the dropdown menu appears when it should only appear when I actually hover over “Parent”. So, basically, if I hover anywhere where the submenu would be visible. Also, “Parent” does not keep the background hover colour when moving the mouse to the submenu items.
Tailwind CSS HTML Table with sticky header and sticky section headers
I am trying to put together a table that has sticky column headers and “section headers” (in red) in the data. I have something sort of working but there is some visual oddness.
How to use variable in hiddencss
I want to use css variable in hiddencss file
Tailwind element aligment inside grid
How can I align first element of a two columns grid to the left and the second element to the right?
Why are a few classes of tailwind working on one element while other are not?
I have just begun learning TailwindCSS and although it was working fine, some classes are not working on an element. Space-x-6 does not work in vscode+browser while everything worked just fine in talwindplay.Here is the image of me trying to apply space-x-6 to navlinks but they are not working as expected.
TailwindCSS xs breakpoint overrides everything else
Using something like “xs:hidden md:block” will stay hidden for some reason.
Tailwind grid columns not working as expected in 480px breakpoint
I am new to web development and I don’t understand why the ‘xs:max-md:grid-cols-1’ is not working exactly as expected. I have already set the xs to be 480px in tailwind please help T_T
No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration
The classes in my css output file (style.css) that I used in my html file were all deleted, because I re-initialized tailwind css, but when I build tailwind in the terminal I get this message, even though my content configuration is correct, and there are no typos in my html file.
No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration
The classes in my css output file (style.css) that I used in my html file were all deleted, because I re-initialized tailwind css, but when I build tailwind in the terminal I get this message, even though my content configuration is correct, and there are no typos in my html file.
Tailwind no longer working after moving files to src [closed]
Closed 2 hours ago.