carlosrovira opened a new issue #31: selector::pseudo-element is compiled into 
selector:pseudo-element (removes one ":")
URL: https://github.com/apache/royale-compiler/issues/31
 
 
   Hi
   
   I have 
   
   .slider::-webkit-slider-thumb {...}
   
   and this is compiled into
   
   .slider:-webkit-slider-thumb {...}
   
   what means that the rules has no effect
   
   This is another blocking error for the theme feature that needs to be solved
   
   Thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to