upmostly / modali

A delightful modal dialog component for React, built from the ground up to support React Hooks.
212 stars 23 forks source link

Dist-JS requiring removed CSS-file #34

Open mikaello opened 4 years ago

mikaello commented 4 years ago

In the JS-file that is distributed, it still requires the CSS-file that you have previously removed, which makes this dependency fail to build in my project unless I add a CSS-file named modali.css.

Could this require(..) be removed from distributed source or a CSS-file be added?