Skip to content

Commit 4e903e8

Browse files
authored
Demonstrate 3.7 fixes #3160 (#3292)
1 parent a9c69a3 commit 4e903e8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/css/css-escapes.css

+3
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ ng\:form {
2525
.bootstrap {
2626
background-color: #000 \9;
2727
}
28+
textarea {
29+
font-family: 'helvetica neue', 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
30+
}

test/less/css-escapes.less

+4
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ ng\:form {
3535
// In Bootstrap v3
3636
.bootstrap {
3737
background-color: #000 \9;
38+
}
39+
40+
textarea {
41+
font-family: 'helvetica neue','wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
3842
}

0 commit comments

Comments
 (0)