vue-design-system
vue-design-system copied to clipboard
Status class is global
Vue Design System 3.5.7
PROBLEM:
In the file docs.styles.scss
all classes are scoped, except the class status.
This makes it impossible to use status as a class in a design system because it will collide with the global class status.
POSSIBLE SOLUTION:
Make the status class for the documentation scoped, just like the other classes.