Closed (fixed)
Project:
Style (CSS) Settings
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2016 at 09:11 UTC
Updated:
30 Jan 2016 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
syastrov commentedI have made a patch which addresses this by excluding an opening curly brace from the regex that matches the replaceable CSS properties.
Comment #3
lolandese commentedIt seems to be due to a combination with something else. If you use as below:
in results into:
Note the added space between the colon and the pseudo-class (
a.question--term: hover) but also that problem gets solved by the supplied patch.Definitely to commit.
Thanks for this improvement. Be welcome to suggest others.
Comment #4
lolandese commented