- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Open
Labels
🐛 defectSomething isn't working as expectedSomething isn't working as expected
Description
From cssday.nl
body {
  font: 100% Source Code Pro, Inconsolata, Menlo, monospace;
}Expected:
- font-size: 100%
- font-family: Source Code Pro, Inconsolata, Menlo, monospace
Actual:
- font-size: Code
- font-family: Pro, Inconsolata, Menlo, monospace
The font-family isn't quoted, to the individual parts of Source Code Pro end up being Identifier, which messes with our algorithm.
Metadata
Metadata
Assignees
Labels
🐛 defectSomething isn't working as expectedSomething isn't working as expected