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

Backslash in css urls when building on windows #4477

Closed
geleto opened this issue Aug 24, 2016 · 1 comment
Closed

Backslash in css urls when building on windows #4477

geleto opened this issue Aug 24, 2016 · 1 comment

Comments

@geleto
Copy link

geleto commented Aug 24, 2016

Hello, there's a backslash in the css urls when building semantic-ui 2.2.2 on windows. In your css-only release this problem is not present, so I guess it's a windows-only issue:

src: url(".\themes/default/assets/fonts/icons.eot");
src: url(".\themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), 
url(".\themes/default/assets/fonts/icons.woff2") format('woff2'), 
url(".\themes/default/assets/fonts/icons.woff") format('woff'),
url(".\themes/default/assets/fonts/icons.ttf") format('truetype'), 
url(".\themes/default/assets/fonts/icons.svg#icons") format('svg');

This messes up the resource loading in aurelia.

@jlukic
Copy link
Member

jlukic commented Aug 24, 2016

This was fixed in 2.2.3 961b4c9

#4174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants