danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

An important styling not included in css file #109

Open sukrosono opened 4 years ago

sukrosono commented 4 years ago

I was expecting the necessary styling as founded on the demo page are included in the /dist/css file. It's turn out that it was separated, please let me know the reason.

At this time and for my current project. the rest css file are not used or at least not necessary as i use boostrap framework. So the main styling i looking for is the border as it have functionality on drag and drop zone.

In conclusion, can we include the styling style.css to be included in dist file next release?