Speaking to [the comment](https://github.com/codidact/qpixel/pull/652#discussion_r697828039), classes is better style attribute. But, if someone already have written something in CoDesign then how can I use class for that?
e.g. I had used `$tgt.addClass('has-border-width-2 has-border-color-red-700');`. And, target already has border in [CoDesign](https://github.com/codidact/co-design/blob/develop/src/common/_form.scss#L29-L31). Now, I have to use `!important` for showing another border and have to stop CoDesign. Is there possible way to add `!important` for those classes `has-border-width-2 has-border-color-red-700`. I think no. Than, how to show the border and color?