You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Thanks a lot for this useful nuxt module. Unfortunately, I'm trying to use nuxt-breaky in a project with node 16, but the node-sass version in your package.json isn't working with that node version.
Thanks a lot for this useful nuxt module. Unfortunately, I'm trying to use nuxt-breaky in a project with node 16, but the
node-sass
version in your package.json isn't working with that node version.I wonder if you would mind switching from
node-sass
tosass
, sincenode-sass
is deprecated? The same would need to be done in https://github.com/teamnovu/vue-breaky-core .Maybe better yet, use css custom properties instead of sass mixins and avoid the issue altogether?
If you're amenable to the idea, I can create a pull request here and/or in vue-breaky-core
The text was updated successfully, but these errors were encountered: