1
0
Fork 0
mat2/tests/data/dirty.css

15 lines
196 B
CSS

/**
* This is my super css framework
* version: 1.0
* author : jvoisin
*/
body {
color: red;
background-color: blue;
}
.underline {
text-decoration: underline; /* underline is cool */
}