Opened 6 years ago
Closed 6 years ago
#46083 closed defect (bug) (fixed)
Twenty Nineteen: Rogue `÷` character in the print.scss
Reported by: | laurelfulford | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | trivial | Version: | 5.0 |
Component: | Bundled Theme | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description
In Twenty Nineteen's print.scss and print.css, there is a ÷
at the end of line 12:
Using a different build set up, this can cause errors when the Sass is compiled:
error print.scss (Line 12: Invalid US-ASCII character "\xC3")
.. though in my experience it doesn't prevent the CSS from being built, and since it's in a comment, doesn't interfere with the theme's styles.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core by sergey. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
Patch that remove unwanted ÷ character from print.scss and print.css