-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Installed product versions
- Visual Studio: 2015 Enterprise version 14.0.25431.01 Update 3
- This extension: 0.9.44
Description
@font-face {
font-family: x;
font-style: normal;
font-weight: 400;
src: url('/fonts/x.eot');
}
//is compiled to (in the minified version)
src: '/fonts/x.eot';
//or
src: '/fonts/x.eot');
Steps to recreate
Find a web font and test the code provided in description
Current behavior
src: '/fonts/x.eot'; //in the minified version
Expected behavior
src: url('/fonts/x.eot');
Metadata
Metadata
Assignees
Labels
No labels