You are here

css_input_with_charset.css in Advanced CSS/JS Aggregation 8.3

Non-displayable characters.

File

advagg_css_minify/tests/src/Kernel/Asset/css_test_files/css_input_with_charset.css
View source
  1. @charset "iso-8859-15";
  2. .charset-test {
  3. content: "¤";
  4. }