css parser with Java and export it in a table

345 views Asked by At

I need a parse for CSS.

For example:

.sapUiArea {

    background-color: #fafafa;

    color: #333333;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
}

I need the name and color and generate with this information a table.

0

There are 0 answers