You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/03/30 07:42:51 UTC

[GitHub] carlosrovira opened a new issue #37: Selector element with "+" crash

carlosrovira opened a new issue #37: Selector element with "+" crash 
URL: https://github.com/apache/royale-compiler/issues/37
 
 
   If I have this a element + .classname rule like this
   
   ```
   dialog + .backdrop {
     background-color: red;
   }
   ```
   
   The final App crashes in the following way:
   
   `/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT-js.swc:defaults.css(1): col: 1 Error: CSSTree.g: node from line 0:0 required (...)+ loop did not match anything at input 'dialog'
   
   
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT-js.swc:defaults.css(1): col: 1 Error: CSSTree.g: node from line 0:0 required (...)+ loop did not match anything at input 'dialog +'
   
   
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT-js.swc:defaults.css(57): col: 8 Error: JewelTheme-0.9.3-SNAPSHOT-js.swc:defaults.css line 56:7 no viable alternative at input '+'
   `

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services