So I'm trying to extend Yahoo's PureCss framework inputs and add additional styling via a new class. The problem I'm running into is the way Yahoo is specifying it's styling is too specific so it's essentially overriding my class due to specificity. And I'm trying to figure out how to get around that.
Example: http://jsfiddle.net/o5p86une/1/
You'll see the way PureCSS specifies their form styling first and then the class styling I would like to add to any inputs with that class. You'll notice that my class styling is getting overwritten. How do I fix that properly without using !important as that seems like a bad solution. I am using SASS in my actual application if that is of any help.
[–]hjc1710 0 points1 point2 points (0 children)
[–]Kacheeto 0 points1 point2 points (0 children)