Patch Changes
-
#2362
07d3876- Drop thesassdependency. The stylesheets are plain CSS now, anddist/dropzone.cssanddist/basic.cssare unchanged in what they do: the output was compared declaration by declaration, and every difference is a value-level equivalence the minifier applies, such aspadding: 20px 20pxcollapsing topadding: 20px.This only affects you if you were importing
dropzone/src/dropzone.scssdirectly rather than the built CSS. Importdropzone/src/dropzone.cssinstead, or the compileddropzone/dist/dropzone.css.