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

Fails on import with webpack #2

Open
vedmant opened this issue Feb 1, 2017 · 3 comments
Open

Fails on import with webpack #2

vedmant opened this issue Feb 1, 2017 · 3 comments

Comments

@vedmant
Copy link

vedmant commented Feb 1, 2017

It fails to import fronts from this package because of wrong paths for icon font files:

src:url(../scss/themify-icons/fonts/themify.eot?-fvbane);
src:url(../scss/themify-icons/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
	url(../scss/themify-icons/fonts/themify.woff?-fvbane) format('woff'),
	url(../scss/themify-icons/fonts/themify.ttf?-fvbane) format('truetype'),
	url(../scss/themify-icons/fonts/themify.svg?-fvbane#themify) format('svg');

It works well if I change paths to:

src:url(fonts/themify.eot?-fvbane);
src:url(fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
	url(fonts/themify.woff?-fvbane) format('woff'),
	url(fonts/themify.ttf?-fvbane) format('truetype'),
	url(fonts/themify.svg?-fvbane#themify) format('svg');
@chrisbbreuer
Copy link

chrisbbreuer commented Jun 11, 2017

Same issue here, thanks for the solution!

@lykmapipo anytime soon you can get this fixed? After each update I need to update/upgrade the paths, kind of annoying haha

@EmilMoe
Copy link

EmilMoe commented Aug 14, 2018

Same here

@erayaydin
Copy link

It should fixed.. Same happen for me with webpack

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

4 participants