-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
form-validation.scss include too many background-image with absolute path which works well in github
For example:
background-image: url("/images/spinners/octocat-spinner-16px.gif");background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;
if I use web application bundler like Parcel.js, it will crash for no file exists in /images/spinners/ dir in my computer.
Reactions are currently unavailable