KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Style Problems #106

Open ankushyamkar10 opened 1 year ago

ankushyamkar10 commented 1 year ago

When I change the internal styles of the FileUploader it works locally but on building the app(npm run build) the classes changes then the styles I wanted to change doesn't get changes because of change n the name of the className. Can you please work on it.