laravel-frontend-presets / bulma

Bulma Frontend Preset For Laravel Framework 5.5 and Up
https://laravel-frontend-presets.github.io/bulma
171 stars 25 forks source link

Login page looks broken with Laravel 6.5+ and error during compilation #29

Closed patlecat closed 4 years ago

patlecat commented 4 years ago

When using Laravel 6.5+ and the latest bulma-extension here then the login page looks broken visually. And during compilation it says it can't find some bootstrap stuff but i thought it was all replaced by bulma now?

And when is an update to Bulma 0.8 coming?

codecapsules commented 4 years ago

Exactly same error !!! I resolve the problem with semicolon in sass but template broken ...

codecapsules commented 4 years ago

Finally i clean and refacto Page by Page and now i have a perfect Laravel 6+ / Bulma 0.0.8 own Auth System. Not too complicated ^^ ++

patlecat commented 4 years ago

@codecapsules Can you pls submit a PR with the fix? There's not much going on here and it could take months to be fixed.

deeshrestha commented 4 years ago

Have released new update v3.0.1 with bulma v0.8.0. Should solve the problem.

However bulma-extension still pull older version of bulma-slider with semicolon bug.

Do remove the semicolons from node_modules/bulma-extensions/bulma-slider/src/sass/index.sass at line 86 and 91 before running npm run xxx. Already reported the issue on bulma-extension