-
Notifications
You must be signed in to change notification settings - Fork 23
Problem with the pageloader extension with laravel-mix #3
Comments
Hi @aocneanu, This extension uses sass and not scss, there is no {} used in its code. I think you should see with laravel-frontend-presets project. Regards |
@Wikiki I have tested also. Seems like keyframes mixin is causing the problem on laravel-mix (or webpack).
any clue? |
I encountered this without the laravel-bulma preset too. |
It seems to be linked to webpack. |
It's the same problem with the switch extension. |
Hi @aocneanu, As I said before, it's related to webpack. And there is no declaration of keyframes within switch extension. For the pageloader sass, if it really the keyframes mixin declared into the extension I'll need some help because it's passing all my sass compilation tests. See https://www.sassmeister.com/gist/3fc4416005e2772a6ad243a7c56ec028 |
I just wanted to let you know that switch is affected by this too. Thanks. |
Thanks @aocneanu but based on the fact that switch does not use keyframes, are you sure it only appears when you add switch extension to a clean Bulma project ? |
Thanks to @Grummfy for the fix |
is it possible to release a new version? |
I'll do it today. |
🎉 This issue has been resolved in version 0.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi,
When I do
npm run dev
with the pageloader extension enabled I get the following error:I also opened laravel-frontend-presets/bulma#5
The text was updated successfully, but these errors were encountered: