GedMarc / bootstrap4-dialog

bootstrap4 compatible modal dialog based on nakupanda.github.io/bootstrap3-dialog
https://nakupanda.github.io/bootstrap3-dialog/
65 stars 31 forks source link

Converted LESS to SASS to be more globally compatible with the Bootstrap4 Library #20

Closed PseudoNinja closed 4 years ago

PseudoNinja commented 4 years ago

Lot of unnecessary files in the LESS infrastructure that were not being used to generate specifically to LESS, also contents did not match generated CSS.

Converted CSS to SCSS files and updated gulp to support it.

src now fully consumable.