CSS: @charset rule (like:
) has the effect only if it goes the very first in CSS file or just after BOM marker. E.g. if it is preceded with line separator, it does not work.
Since such error is easy to make, IDEA could highlight unused @charset rules.