We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b3c6311
There was an error while loading. Please reload this page.
Source:
.a { background: red; } .b { background: blue; clone: .a !important; }
Result:
.a { background: red; } .b { background: red !important; background: blue; }
b3071f1
This module clones properties from one selectors to another instead adding appropriate selector as rework-inherit (rework.extend()).
For more information read the readme file