Extending custom config #2165
-
I could not find a similare usecase in the docs or discussions so I thought best to ask here. I have a components library where I keep all common components (Modals,Tabs, etc) which has a tailwind.config with extra widths, screens, etc which I use in all projects. So Reason for this is I compose my components with tailwind directives and would love to be able to regenerate the components css with my application config for example if I change screen md to a new value. The components are VueJs but the css is not in the components but in separate scss files. Any help would be much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've decided to require the vue-components tailwind.config in the application and only refer to the extends part of the theme. |
Beta Was this translation helpful? Give feedback.
I've decided to require the vue-components tailwind.config in the application and only refer to the extends part of the theme.