-
Notifications
You must be signed in to change notification settings - Fork 433
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
Bootflat and webpack #103
Comments
I have the same problem. |
Same problem here. |
Same problem |
You need to use SASS version of Bootflat and set $img-src variable on your own SASS before loading Bootflat.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, loading the file with an import in webpack, results in a loader error for the iradio image.
background: url("../bootflat/img/check_flat/default.png") no-repeat;
This is the offending line (which is the same in the scss), the bootflat folder doesn't exist, the correct one should be:
background: url("../img/check_flat/default.png") no-repeat;
Is there a reason for this folder structure?
The text was updated successfully, but these errors were encountered: