arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Status class is global #156

Open edwinm opened 5 years ago

edwinm commented 5 years ago

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.