tjikko-studio / components

Component library for Tjikko Studio apps
0 stars 0 forks source link

Are we getting clashing tailwind configs? #100

Closed shawninder closed 3 years ago

shawninder commented 3 years ago

Are we getting clashing tailwind configs between the components repo (Storybook) and the Kirby panel (Vue) and/or the frontend website (Next.js)?

ktryndchrs commented 3 years ago

What do you mean by « clashing values » ?

like… Conflict?

ktryndchrs commented 3 years ago

If it is what I think, my current refactor should maybe help with that.

shawninder commented 3 years ago

I mean that we're configuring custom tailwind classes (I think) and I want to make sure that it's impossible to have different configured custom classes in our different environments (the components repo stories, the Kirby panel runtime, the frontend website itself).

ktryndchrs commented 3 years ago

I think it is resolved with this branch https://github.com/tjikko-studio/components/pull/104