chore/Issue-#1069:Stop mixed-decls deprecation warning #1120
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.
Checklist
Please put an
Xwithin the brackets that apply[X].I have read the CONTRIBUTING.md file
I have made my changes in a new branch and not directly in the main branch
This pull request is ready for final review by the Quire team
Is this pull request related to an open issue? If so, what is the issue number?
#1069
Please briefly describe the goal of this pull request and how it may impact Quire's functionality.
Stop
mixed-declswarnings when running a build or previewPlease describe the changes you made, and call out any details you think are particularly relevant for the Quire team to note in their review.
Per sass documentation,
mixed-declsis deprecated. This rule is obsolete, so we don't need to silence it.Added
quietDepsto stop printing warnings that are caused by dependencies. (i.e bulma [if-else])Does this pull request necessitate changes to Quire's documentation?
No
Include screenshots of before/after if applicable.
N/A
Additional Comments
A separate suggested [if-else] warning when running build/preview has been resolved and has to be merged through
quire-starter-default