hamed-ehtesham / pretty-checkbox-vue

Quickly integrate pretty checkbox components with Vue.js
MIT License
261 stars 31 forks source link

Customize colours? #21

Closed mmusket closed 5 years ago

mmusket commented 5 years ago

What is the best way to customize the colors?

Looking at pretty-checkbox docs it is done via scss, but since they are packaged in npm I don't see a way to override them.

hamed-ehtesham commented 5 years ago

Hello Marco, i think this would help you: https://github.com/lokesh-coder/pretty-checkbox/issues/38

mmusket commented 5 years ago

Thanks Hamed, I'll give this a go. Maybe add that to this project's documentation?

hamed-ehtesham commented 5 years ago

it is there in SCSS Customize section: https://hamed-ehtesham.github.io/pretty-checkbox-vue/#scss-settings

mmusket commented 5 years ago

Ok thanks!