Upgraded drupal core with security updates
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Asset / css_test_files / css_input_with_charset.css
1 @charset "iso-8859-15";
2 .charset-test {
3   content: "ยค";
4 }