Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't parse uri out of unquoted imports #108

Closed
terinjokes opened this issue Mar 12, 2014 · 0 comments
Closed

doesn't parse uri out of unquoted imports #108

terinjokes opened this issue Mar 12, 2014 · 0 comments

Comments

@terinjokes
Copy link
Contributor

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);

With the above stylesheet, the 'uri' property of the import event is url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800) rather than the expected https://fonts.googleapis.com/css?family=Open+Sans:400,600,800.

@nzakas nzakas closed this as completed in fbbcab6 Mar 13, 2014
nzakas added a commit that referenced this issue Mar 13, 2014
Parse quoted and unquoted uri @imports. Fixes #108
nschonni added a commit that referenced this issue May 7, 2014
* Fix flexbox-related property value parsing (Mark Lee)
* Support simple blocks in functions (Douglas Christopher Wilson)
* Update package.json config (Nick Schonning)
* Ignore NPM debug logs (Nick Schonning)
* Update repo URL for Travis badge (Nick Schonning)
* Add support for the CSS3 sizing spec (Mark Lee)
* Parse quoted and unquoted uri @imports. Fixes #108 (Terin Stock)
* Allow @Viewport to be inside of @media (Derk-Jan Hartman)
* Fix test task (Tunghsiao Liu)
* Update viewport unit (Tunghsiao Liu)
* Add support for animation-fill-mode (Michael Stämpfli)
* Allow underscores in identifiers (Michael Mattiacci)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant