mirror of
https://github.com/less/less.js.git
synced 2026-02-09 14:35:44 -05:00
add support for utf-8, fixes #396 (this time less messy commit)
This commit is contained in:
committed by
Luke Page
parent
96ef26a9ff
commit
d81ba3bb38
@@ -94,3 +94,6 @@ p + h1 {
|
||||
@font-face {
|
||||
font-family: font-b;
|
||||
}
|
||||
.æøå {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -108,3 +108,7 @@ p + h1 {
|
||||
|
||||
.def-font(font-a);
|
||||
.def-font(font-b);
|
||||
|
||||
.æøå {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user