summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/utf8.css
blob: b27d6cedf9fa2386d3485938b8a8ed1381a4746b (plain)
1
2
3
4
5
@charset "UTF-8";
.imported { content: "\1f4c5"; }
.imported_raw_utf { content: "♥"; }
.bar { content: "\1f4c5"; }
.raw_utf { content: "📈"; }