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.
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.