You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use the Slide Toggle Switch with Status Text of your Toggles.
So i added tailgrids "tailgrids": "^2.2.7" via npm and i also added it to my tailwind.config.js
I added this code into my html to test the toggle button and the button did not react to clicks. After inspecting the element i noticed that the style autoSaverSwitch and the hover styling is missing. When i copy the css inside the node_module to my input.css the output css contains the autoSaverSwitch and the toggle works like expexted.
My tailwidn build process compiles just fine. No errors. And it seems to pickup on your config becaus as soon as i remove your plugin the bg-primary can't be found so it is somewhat working.
ynnob
changed the title
Tailwind does not build input class from tailgrids plugin
Tailwind does not build input class autoSaverSwitch from tailgrids plugin
Aug 21, 2024
hey!
I wanted to use the Slide Toggle Switch with Status Text of your Toggles.
So i added tailgrids "tailgrids": "^2.2.7" via npm and i also added it to my tailwind.config.js
I added this code into my html to test the toggle button and the button did not react to clicks. After inspecting the element i noticed that the style autoSaverSwitch and the hover styling is missing. When i copy the css inside the node_module to my input.css the output css contains the autoSaverSwitch and the toggle works like expexted.
My tailwidn build process compiles just fine. No errors. And it seems to pickup on your config becaus as soon as i remove your plugin the bg-primary can't be found so it is somewhat working.
The text was updated successfully, but these errors were encountered: