Firstly “Do websites need to look exactly the same in every browser?”
http://dowebsitesneedtolookexactlythesameineverybrowser.com/

This wasn't on my radar, but even still, there are better solutions out
there to handle CSS. I looked through the little documentation that this
tool gave, and I doubt it has the level of support that Compass and SASS
have. I would stick with Compass and SASS; they have a good following and
community around them and there are loads of extensions (mixins, functions
etc.) in Github and the like.

http://compass-style.org
http://sass-lang.com

On 30 June 2012 13:55, Tom Livingston <tom...@gmail.com> wrote:

> Learn something new everyday. Never heard of this before!
>
> Sent from iOS 5
>
> On Jun 30, 2012, at 12:03 AM, David Hucklesby <huckle...@gmail.com> wrote:
>
> > On 6/29/12 11:08 AM, coder wrote:
> >>
> >> ----- Original Message ----- From: "David Hucklesby"
> >>
> >>> Start with a simple design for mobile and old browsers. Add advanced
> >>> CSS inside @media queries or qualified by :root.
> >>
> >> qualified by :root?  can you give us an example here?
> >>
> >
> > In HTML, :root is functionally equivalent to "html". Not supported by IE
> > prior to version 9, so a rule like this:
> >
> > :root .thumbs .figure { display: inline-block; }
> >
> > ...would be ignored by old IE.
> >
> > HTH
> > --
> > Cordially,
> > David
> >
> >
> >
> >
> > *******************************************************************
> > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> > Help: memberh...@webstandardsgroup.org
> > *******************************************************************
> >
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *******************************************************************
>
>


-- 
Warm regards,

Kevin Rapley / User Experience Designer
0772 345 7862


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to