Adding a UTF-8 character to the content attribute of a CSS selector in a .scss file causes an exception to be thrown when that file is served.
Selector:
.foo:after{
content: "▼";
}
Exception:
/*
During the output text content of translated asset an error has occurred.
See more details:
During translation of SCSS-code, readed from the file c:\git\Catalyst\Source\Communispace\Web\Mvc\public\styles\shared\list.scss, to CSS-code error has occurred.
See more details:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
*/
Selector:
.foo:after{
content: "▼";
}
Exception:
/*
During the output text content of translated asset an error has occurred.
See more details:
During translation of SCSS-code, readed from the file c:\git\Catalyst\Source\Communispace\Web\Mvc\public\styles\shared\list.scss, to CSS-code error has occurred.
See more details:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
*/