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

Routes not interpolated in Lucius @imports #52

Closed
dag opened this issue Mar 21, 2012 · 1 comment
Closed

Routes not interpolated in Lucius @imports #52

dag opened this issue Mar 21, 2012 · 1 comment

Comments

@dag
Copy link

dag commented Mar 21, 2012

/* This is rendered as-is, with no interpolation being processed */
@import url(@{Asset "highlighter.css"});

/* Stuff like this on the other hand work fine,
   so it's not my routing setup that's messed up. */
body
  { background-image : url(@{Asset "bg.png"})
  }
snoyberg added a commit that referenced this issue Mar 25, 2012
@snoyberg
Copy link
Member

Thanks for the report, fix will be included in the 1.0 release.

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