Html – Overriding styles from external props
I have an issue with overriding styles from external components in React. I have a basic component badge which has its own less styles but sometimes I need to apply some styles from an external component (see below). I have…