PrefsEditor.css is missing the ";" at the end of the the src property for the @font-face style

Description

The PrefsEditor.styl file does include a ";" at the end, but it seems that the generated file (PrefsEditor.css) is missing it. This is causing a CSS error.

in PrefsEditor.styl

@font-face {
font-family: 'InfusionIcons';
src: url('../fonts/InfusionIcons-PrefsEditor.ttf'),
url('../fonts/InfusionIcons-PrefsEditor.eot');
}

in PrefsEditor.css

@font-face {
font-family: 'InfusionIcons';
src: url("../fonts/InfusionIcons-PrefsEditor.ttf"), url("../fonts/InfusionIcons-PrefsEditor.eot")
}

Environment

None

Activity

Show:

Justin ObaraAugust 22, 2016 at 2:10 PM

It appears that the ";" is stripped out of the compressed version only. I could also not reproduce the case where an error or warning is thrown by a browser related to it.

Won't Fix

Details

Assignee

Reporter

Fix versions

Priority

Created July 29, 2015 at 2:41 PM
Updated July 12, 2019 at 1:14 PM
Resolved August 22, 2016 at 2:10 PM