Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
Bingo. I didn’t know what namespace could work. I’ll change the tutorial. > On Aug 11, 2017, at 5:51 PM, Alex Harui wrote: > > First thing to try is to provide a namespace for all type selectors. > > @namespace "http://www.w3.org/1999/xhtml";; > > Must be used for all native HTML elements. >

Re: FlexJS more problematic CSS

2017-08-11 Thread Alex Harui
First thing to try is to provide a namespace for all type selectors. @namespace "http://www.w3.org/1999/xhtml";; Must be used for all native HTML elements. HTH, -Alex On 8/11/17, 6:20 AM, "Harbs" wrote: >The CSS in my tutorial here[1] does not compile inside a fx:Style block. > >Can one of

Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
If you use an HTML template file there are a couple of things to keep in mind: 1. You need to have http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63814.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: FlexJS more problematic CSS

2017-08-11 Thread Olaf Krueger
This is also really helpful!! I will try it out by myself and will add it to the docs! Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63814.html Sent from the Apache Flex Development mailing list archive

Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
Yes. I have a css file in src/assets/defaults.css. The css file is copied to bin/js-debug and bin/js-release when I compile. In src/resources/template.html I have in the header: http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63812.html > Sent from

Re: FlexJS more problematic CSS

2017-08-11 Thread Olaf Krueger
S that doesn't compile into a separate file instead of embedding it in mxml? Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63812.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

FlexJS more problematic CSS

2017-08-11 Thread Harbs
The CSS in my tutorial here[1] does not compile inside a fx:Style block. Can one of our compiler gurus take a look at that? ;-) Harbs [1]https://docs.google.com/document/d/1pW599xo-Icys-xXEeNi6tbTcH-iMepbTR6WcviLy7i8/edit#heading=h.un4iqbgnan3b

Re: FlexJS more problematic CSS

2017-08-11 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24