Skip to content

Commit

Permalink
Demonstrate 3.7 fixes #3160 (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean authored Jul 29, 2018
1 parent a9c69a3 commit 4e903e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/css/css-escapes.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ ng\:form {
.bootstrap {
background-color: #000 \9;
}
textarea {
font-family: 'helvetica neue', 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}
4 changes: 4 additions & 0 deletions test/less/css-escapes.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ ng\:form {
// In Bootstrap v3
.bootstrap {
background-color: #000 \9;
}

textarea {
font-family: 'helvetica neue','wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

0 comments on commit 4e903e8

Please sign in to comment.