Opened 7 years ago
Closed 3 years ago
#42200 closed defect (bug) (invalid)
Code Editor: false error on "@charset"
Reported by: | joneiseman | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | administration | Cc: |
Description
When I edit style.css in the code editor it reports a false error for the following line:
@charset "UTF-8";
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
It seems that
@charset
needs to be the very first element in the stylesheet and not preceded by anything, not even comments: https://developer.mozilla.org/en-US/docs/Web/CSS/@charsetNot sure how that plays out with the way themes need to define headers, but in this case the linter is correct that you have an error.