lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

Please document the core CSS classes we can use to extend or modify this toolset. #436

Open BenAHammond opened 5 years ago

BenAHammond commented 5 years ago

Currently there are no real options to configure specific styles within components that need them, and due to the nature of the way they render you cannot rely on a simple style tag to get the job done on a nested element.

The vs-button component is an excellent example. It has built in styles for :hover that quickly deviate from any other styles you're trying to apply.

I believe, at a minimum, this library needs some generic documents covering how to handle styling and styling edge cases.

mreall commented 4 years ago

Any progress on this? It would be very helpful.