Skip to content

Commit 050f2b8

Browse files
committed
Add test files from readme
1 parent f595e34 commit 050f2b8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

tests/files/1readme.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@charset "utf-8";
2+
3+
@font-face {
4+
font-family: "CrassRoots";
5+
src: url("../media/cr.ttf")
6+
}
7+
8+
html, body {
9+
font-size: 1.6em
10+
}

tests/files/2readme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#header {
2+
margin: 10px 2em 1cm 2%;
3+
font-family: Verdana, Helvetica, "Gill Sans", sans-serif;
4+
color: red !important;
5+
}

0 commit comments

Comments
 (0)