Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

font-face->src->url() problematic without quotes #51

Closed
brettz9 opened this issue Mar 28, 2016 · 0 comments · Fixed by #76
Closed

font-face->src->url() problematic without quotes #51

brettz9 opened this issue Mar 28, 2016 · 0 comments · Fixed by #76
Labels

Comments

@brettz9
Copy link

brettz9 commented Mar 28, 2016

The following causes language-less to choke on the lack of quotes:

@font-face {
  src: url(http://example.com/font.woff) format('woff');
}

url() is not a problem outside of @font-face however, as the following works fine:

a {
    background-image: url(http://example.com)
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants