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

Absolute paths inside CSS not resolved against root #707

Open
marvinhagemeister opened this issue Jun 25, 2021 · 0 comments
Open

Absolute paths inside CSS not resolved against root #707

marvinhagemeister opened this issue Jun 25, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@marvinhagemeister
Copy link
Member

Absolute paths inside a CSS file are not resolved against root and miss the ?asset search param. Repro:

@font-face {
  font-family: "MyFont";
  src: url(/assets/fonts/my-font.woff2) format("woff2"),
    url(/assets/fonts/my-font.woff) format("woff");
  font-weight: 400;
}
@marvinhagemeister marvinhagemeister added the bug Something isn't working label Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant