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
Currently when trying to install a ShadCN Vue component, the install will fail if the project either does not have Tailwind or if it is not correctly configured. I'd like to ask if this can be changed from throwing an error and the install failing, over to simply displaying a warning stating that the component relies on Tailwind to apply the styling.
This is because in my projects I've made the decision to move away from Tailwind in favour of a CSS-in-JS package called PandaCSS.
To be clear, I'm not asking for this Vue port of the ShadCN project to follow suit, but rather to allow me to at least download the component without Tailwind. Afterwards, I can manually refactor the components to align with the styling solution of my choice.
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently when trying to install a ShadCN Vue component, the install will fail if the project either does not have Tailwind or if it is not correctly configured. I'd like to ask if this can be changed from throwing an error and the install failing, over to simply displaying a warning stating that the component relies on Tailwind to apply the styling.
This is because in my projects I've made the decision to move away from Tailwind in favour of a CSS-in-JS package called PandaCSS.
To be clear, I'm not asking for this Vue port of the ShadCN project to follow suit, but rather to allow me to at least download the component without Tailwind. Afterwards, I can manually refactor the components to align with the styling solution of my choice.
Additional information
The text was updated successfully, but these errors were encountered: