It is very convenient to have a way to specify rules to which the Sifr replacement will not take place.

E.g.

I have a sifr rule for #contnt h2

and I want all occurnaces of #content #ttt h2 subset of the above not to be transformed to sifr.

If there is other way to accomplish this, i will appreciate your ideas...

Comments

sun’s picture

Status: Active » Closed (won't fix)

Unfortunately, that's not possible with sIFR, because it uses CSS2 selectors. However, to achieve the same result, you can alter your theme and insert an additional element whereever needed. Using that additional element in the sIFR selector (f.e. #content .sifr-this h2) will only render those headings with sIFR.