Format tables


I think this is a general CSS/LESS question. I want to add the two classes uk-table und uk-table-striped and to all tables. I tried that way:

table {
 .uk-table;
  .uk-table-striped;
}

Why is that not working?

Thanks


Hey Jochen,

I am not sure I understand what you are trying to achieve? Are you intending to assign the uk-table style to table. If yes, this is not possible as far as I am aware.

Thanks,



Write a reply

Login or register to write a reply, it's free!