tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.com
MIT License
135 stars 65 forks source link

fix: Remove the need to import react-chatbotify.css file #17

Closed cubiquitous closed 5 months ago

cubiquitous commented 5 months ago

Description

Fixes the necessity of iimporting css.

No issue to close

What change does this PR introduce?

Please select the relevant option(s).

What is the proposed approach?

is only necessary to add a new vite plugin to add the css as an import

Checklist:

tjtanjin commented 5 months ago

Appreciate this fix, been hoping to have a solution to this for a long while - users finally need not import the css themselves, thank you! 😊