css_input_with_bom_and_charset.css in Drupal 10
Same filename and directory in other branches
@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.cssView source
- @charset "utf-8";
- .byte-order-mark-charset-test {
- content: "☃";
- }