You are here

css_input_with_bom_and_charset.css in Drupal 10

@charset "utf-8";
.byte-order-mark-charset-test {
  content: "☃";
}

File

core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css
View source
  1. @charset "utf-8";
  2. .byte-order-mark-charset-test {
  3. content: "☃";
  4. }