-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
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?
heyfirst, mrs83, lumost, Drakulix, JMuzyk and 1 more
Metadata
Metadata
Assignees
Labels
No labels