When the CSS includes rules with an ID selector
for exemple:
Code: Select all
action[id]:before(99)
If we delete the ID selector
for exemple
Code: Select all
action:before(99)
Are you aware of this problem or an idea where the problem comes?
Thank you