Coma separated childrens

3 views
Skip to first unread message

Z

unread,
Nov 24, 2009, 8:00:23 PM11/24/09
to xCSS - OO CSS framework
.noticeBox {

self {
background-color:red;
}

span, p {
some: props
}

}
.errorBox extends .noticeBox {}


makes the css:
.errorBox span,
.errorBox,
.noticeBox p,
.noticeBox span,
.errorBox,
.noticeBox p {
some: props;
}
.errorBox,
.noticeBox {
background-color: red;
}


But thats what I need:
.errorBox span,
.errorBox p,
.noticeBox span,
.noticeBox p {
some: props;
}
.errorBox,
.noticeBox {
background-color: red;
}

Any ideas?

Anton Pawlik

unread,
Nov 25, 2009, 10:58:41 AM11/25/09
to xc...@googlegroups.com
thats indeed one nasty bug, you've encountered. i will try to fix it.

2009/11/25 Z <zme...@gmail.com>

Anton Pawlik

unread,
Nov 25, 2009, 4:39:29 PM11/25/09
to xCSS - OO CSS framework
Ok fixed this bug in 0.9.8, you better download it!

On Nov 25, 4:58 pm, Anton Pawlik <anton.paw...@googlemail.com> wrote:
> thats indeed one nasty bug, you've encountered. i will try to fix it.
>
> 2009/11/25 Z <zmet...@gmail.com>

Z

unread,
Nov 27, 2009, 1:02:53 PM11/27/09
to xCSS - OO CSS framework
Working so good. Thanx!
Reply all
Reply to author
Forward
0 new messages