unify-ui-dev / flexilla

Interactive Component Library
https://flexilla-docs.vercel.app/
MIT License
15 stars 5 forks source link

Enhancement: Allow Component-Specific CSS Inclusion #33

Closed Johnkat-Mj closed 7 months ago

Johnkat-Mj commented 7 months ago

This commit introduces the capability to include component-specific CSS files for @flexilla/flexilla components. Previously, a single file (@flexilla/flexilla/flexilla.css) was required to include styles for all components. Now, users have the flexibility to include only the CSS files for the specific components they are using.

This improvement provides more granular control over style inclusion and aligns with the best practices of component-based styling, offering a more flexible and efficient styling solution for @flexilla/flexilla users.