Respec allows CSS authors to assign a specificity level to the rules they write separate from the specificity of the selector
Inspired by w3c/csswg-drafts#1170
respec(selector, specificity, rule)
selector
is a CSS selectorspecificity
is a number 0 or greaterrule
is one or more CSS declarations separated by semicolons
respec('div', 3, 'background: lime;')