mazer-nuxt icon indicating copy to clipboard operation
mazer-nuxt copied to clipboard

Multiple issues

Open nimdeveloper opened this issue 3 years ago • 1 comments
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)

nimdeveloper avatar Jan 22 '22 12:01 nimdeveloper

Thanks for reporting the issue! any pull request accepted too :)

fzn0x avatar Jan 23 '22 12:01 fzn0x

This will be fixed by https://github.com/fzn0x/mazer-nuxt/pull/283

fzn0x avatar Nov 06 '22 02:11 fzn0x