Custom Specificity for CSS Rules
Syntax
respec(selector, specificity, rule)
selector
is a CSS selector
specificity
is a number 0 or greater
rule
is one or more CSS declarations separated by semicolons
Example
respec('div', 3, 'background: lime;')
Demo
tests/index.html
Github
https://github.com/tomhodgins/respec/