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

Problem with the pageloader extension #5

Closed aocneanu closed 6 years ago

aocneanu commented 6 years ago

1st, it's good to have a bulma preset for laravel.

When I do npm run dev with the pageloader extension enabled I get the following error:

resolve-url-loader cannot operate: CSS error
  /Users/user/code/project/resources/assets/sass/app.scss:11014:3: @keyframes missing '}'
  at error (/Users/user/code/project/node_modules/css/lib/parse/index.js:62:15)
deeshrestha commented 6 years ago

Its a warning showing up on latest laravel. Not sure it that is related to preset. May be laravel mix or webpack related.

deeshrestha commented 6 years ago

@aocneanu ya you are right, pageloader extension is causing this.

Grummfy commented 6 years ago

it has been fixed, just wait for the new release ;)

deeshrestha commented 6 years ago

Ya its fixed.