Re: Thoughts about CSS and Flex

2013-06-11 Thread Nick Collins
I understand it can be done like that, but then you have your styles intruding into your code. If you are looking to have clear separation between form, function, and style, you cannot presently do it with the current Flex CSS implementation. On Tue, Jun 11, 2013 at 2:56 AM, Justin Mclean wrote:

Re: Thoughts about CSS and Flex

2013-06-11 Thread Justin Mclean
Hi, > In CSS3 you can do it by simply having a comma delimited list of gradients > assigned to the > background attribute, and then control the repetition, positioning, and > scaling of each in the same fashion, by having those values in a > comma-delimited list on the corresponding attribute. Ca

Re: AW: Thoughts about CSS and Flex

2013-06-10 Thread Nick Collins
her CSS files :-) > > > >Chris > > > > > >Von: Justin Mclean [jus...@classsoftware.com] > >Gesendet: Freitag, 7. Juni 2013 08:37 > >An: dev@flex.apache.org > >Betreff: Re: Thoughts about CSS and Flex > > &

Re: AW: Thoughts about CSS and Flex

2013-06-07 Thread Alex Harui
SS files :-) > >Chris > > >Von: Justin Mclean [jus...@classsoftware.com] >Gesendet: Freitag, 7. Juni 2013 08:37 >An: dev@flex.apache.org >Betreff: Re: Thoughts about CSS and Flex > >Hi, > >> the CSS support in Flex is hi

AW: Thoughts about CSS and Flex

2013-06-07 Thread christofer.d...@c-ware.de
Something I would certainly like to have woud be the ability to Import other CSS files :-) Chris Von: Justin Mclean [jus...@classsoftware.com] Gesendet: Freitag, 7. Juni 2013 08:37 An: dev@flex.apache.org Betreff: Re: Thoughts about CSS and Flex Hi

Re:Re: Thoughts about CSS and Flex

2013-06-07 Thread DarkStone
I agree, Flex 4 CSS is pretty advanced and way better than before. The reason why Nick thought Flex CSS was limited is that a lot of Flex Developers aren't familiar with Flex 4. While the apache community is working so hard to bring us amazing new features to Flex, we should also give the user

Re: Thoughts about CSS and Flex

2013-06-06 Thread Justin Mclean
Hi, > the CSS support in Flex is highly limited in its present state. What do you think it's missing? Flex 4 added a lot of advanced CSS support and it now supports class, type, compound, id, descendant and pseudo selectors and media queries. http://help.adobe.com/en_US/flex/using/WS2db454920e

Thoughts about CSS and Flex

2013-06-06 Thread Nick Collins
Okay, so lately I've been working on a project using a lot of CSS3 and as I was working on it and looking for a way to help manage the cross-browser compliance issue I came across a tool called Compass for use with SASS. After having used it for a little while now, I got to thinking, what if we had