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?
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?