sweetalert2 / sweetalert2-themes

Themes for SweetAlert2: Dark, Minimal, Borderless, Bootstrap, Material UI, WordPress Admin, Bulma, ...
MIT License
221 stars 92 forks source link

Update README.md #28

Closed juanvillegas closed 5 years ago

juanvillegas commented 5 years ago

Fixes import path for scss

limonte commented 5 years ago

@import '~@sweetalert2/themes/minimal/minimal.scss' is the correct path when you use @sweetalert2/themes package.

README.md from the PR is related to the ~@sweetalert2/theme-minimal package and @import '~@sweetalert2/theme-minimal/minimal.scss' is the correct usage.