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

Crash on @import #36

Open
soullivaneuh opened this issue May 30, 2015 · 1 comment
Open

Crash on @import #36

soullivaneuh opened this issue May 30, 2015 · 1 comment

Comments

@soullivaneuh
Copy link

With a simple template like this:

<head>
    <meta charset="UTF-8" />
    <style>
        @import url('...');
    </style>
</head>
<body></body>

I got this error on rendering:

  [Symfony\Component\Debug\Exception\ContextErrorException]  
  Notice: Undefined offset: 1                                

Maybe related to #11.

@MattiJarvinen
Copy link

Bugger... should fetch the url and replace it inline or skip the rule.

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

2 participants