segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.39k stars 833 forks source link

CSS modification #1646

Closed therockstarind closed 1 year ago

therockstarind commented 1 year ago

I'm new to here but I have few question can we make evergreen styling overwrite so we can use any other styling like chakra-ui or tailwindcss.

is there any plans for that in future...??

brandongregoryscott commented 1 year ago

We do not have any plans to support generalized css overwrites such as those you might attempt with a class name via Tailwind, since the library is heavily invested in css-in-js as an abstraction. It may "work" in some instances, but YMMV. For more advanced customizations, you might want to take a look at our Theming documentation.