carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
597 stars 176 forks source link

fix: replicate missing `cv-` classes from Vue2 repo #1584

Closed OlkaB closed 2 months ago

OlkaB commented 2 months ago

Contributes to #1581

 What did you do?

Replicated missing cv- classes that were present on the components in Vue2

 Why did you do it?

To minimise amount of changes we need to do when migrating to Vue3

How have you tested it?

run updated tests

Were docs updated if needed?