This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
[revisit sass] Feat/px2vw adopt nuxt.js with SASS math.div() working #6942
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👏 解決する issue / Resolved Issues
📝 関連する issue / Related Issues
⛏ 変更内容 / Details of Changes
Every build time, our build tool looks like as if it deep-dives into the lowest level of enterire directories with our own or other open-source libraries / included items. In that case, we have been having some difficties like:
Nuxt.js
instance (PROD assumed, naturally) keep itself up and running; they have been usually backed by testing excel accompanied with ourLinting
strategySASS
itself produces and throws them nudging the developer(s) to arise and start working on applying the change toward the use ofSASS
math.div()
ffacility with advantage as early as he/she can;Vuetify
package has the greatest number of oldSASS
files, which produces tons of logs to exclaim that our system is 'deprecated' behind the latestSASS
releases (here we can see thatVuetify
is being outdated because of potential reluctancy of their changing mind)SASS
,sass-loader
,Eslint
etc are configured (as default) NOT TO be updated automatically; contrarily, this PR does NEVER cope with any kind of "downgrade" approach - just fix & go.SASS
message outputs on my end: I suppose this is almost completed but still requires sophistication and easy maintenability because it should not spend our hours to supplying Oxygen to old runningVuetify@2
.📸 スクリーンショット / Screenshots