1
0
mirror of synced 2024-06-01 11:58:04 +02:00
mat2/tests/data/dirty.css
2019-02-20 16:28:11 -08:00

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 */
}