You can use a richer language like LESS or SASS to write e. g.:

.a {
 color: red;
 .b {
    font-weight: bold;
  }

 .c {
  height: 1px;
 }
}

instead of

.a {
 c: r;
}

.a .b {
 f-w: b;
}

.a .c {
 h: 1px;
}


Cheers,
- P

On Fri, Nov 9, 2012 at 5:43 AM, membersound <memberso...@web.de> wrote:

> OK I thought it where a T5 question as T somehow forces us to use those
> selector statements by the way the framework is build. So I thought I'd get
> answers on this more quickly here...
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Shorten-CSS-selector-styles-for-table-grid-tp5717859p5717861.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to