Add some test files

pull/1/head
Wilfred Hughes 2018-12-29 17:43:38 +07:00
parent 958033924a
commit 1e23284e42
2 changed files with 27 additions and 0 deletions

@ -0,0 +1,14 @@
/* hello
world */
.bar {
margin: 0;
}
.foo1 {
margin: 0;
color: green;
}
.baz {
color: blue;
}

@ -0,0 +1,13 @@
/* hello
world */
.foo1 {
margin: 0;
}
.bar {
margin: 0;
}
.baz {
color: red;
}