On one project client is requesting to change css file code to some thing like this.
example:
div.fp_grid table td.col2
{ text-align: center; }
div.fp_grid table td.col2 .body_box
{ margin: 0 auto; }
becomes:
div.fp_grid { td.col2 { text-align: center; .body_box { margin: 0 auto; } } }
But it seems invalid formate of CSS i little guidance will be appreciated what are your thoughts.