Updated breakpoint import description, removed old "deprecated" import #201
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.
@mahagr @RyanMPierson I noticed that under 04./10. there is a wrong description of the import procedure for using breakpoints within SCSS. Additionally there seems to be a leftover from the previous import procedure within the example code. Hence I rewrote the paragraph before the example SCSS to reflect what's really happening. We are not using
@import "nucleus/mixins/breakpoints";
any more within the example so we should not describe the old routine here but rather describe what's happening when using@import "dependencies"
.Additionally in the example code below (the last line) there was still the old import lurking around. Which probably was overseen during the docs update. So the description and the below example now clearly reflects what should be done when someone wants to use the breakpoint
mixin
without ambiguity.