mazer-nuxt
mazer-nuxt copied to clipboard
Multiple issues
trafficstars
- Components are inside directory named
Layouts, and their usage (ex) is incorrect. add inner directory name to nuxt.config.js or change them to use directories - Adding event listeners to not exists elements causes error (here) (actually, this event listeners is for VerticalHeader component)
- annoying warnings :
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.,Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)
Thanks for reporting the issue! any pull request accepted too :)
This will be fixed by https://github.com/fzn0x/mazer-nuxt/pull/283