* Restructure global scss
* Fix typo / wrong import
* Use new colors in button
* Add mixins for type styles and no-wrap
* Use new color names in checkbox
* Use correct color names in chip
* Use new colors in v-input
* Use overlay color styles
* Use new color vars in linear progress
* Use new colors in slider
* Update readmes + use colors in switch
* Use new global colors in table
* Add placeholder dark mode vars
* Fix wrong button statement
* Install stylelint
* Move stylelint config to root
* Setup auto-fixing of scss on commit
* Use single quoted strings
Plays nicely with prettier
* Autofix CSS problems
* Fix indentation of package.json
* initial commit
* finished main features and added docs
* add unit tests
* fix "visible" unit test
* changed active prop to v-if
* sync support for active prop
* clear code
* Remove button description from chip readme
* Misc tweaks in story / readme
* Minor code style tweaks
* fix initial render
* Use 4px based height
* Add missing tests + missing debug route
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>