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
When I add require('@vueform/slider/tailwind') to the tailwind.config.js it somehow overrides the disabled styles defined by TailwindCSS. Thus disabled: styles are not applied correctly anymore on other UI elements, e.g.
When I add
require('@vueform/slider/tailwind')
to the tailwind.config.js it somehow overrides the disabled styles defined by TailwindCSS. Thusdisabled:
styles are not applied correctly anymore on other UI elements, e.g.Button is not styles as disabled any more (no not allowed cursor and no opacity)
The text was updated successfully, but these errors were encountered: