-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Sass imports less broad #617
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-617
March 23, 2018 09:59
Inactive
alex-ju
approved these changes
Mar 23, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Seems fine to me, the main problem is that we were importing files that output CSS. So could solve this by chunking the imports better too. |
kr8n3r
force-pushed
the
make-sass-imports-less-broad
branch
from
March 26, 2018 16:01
3af484d
to
9d6282a
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-617
March 26, 2018 16:01
Inactive
kr8n3r
force-pushed
the
make-sass-imports-less-broad
branch
from
March 28, 2018 11:53
9d6282a
to
edb0de5
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-617
March 28, 2018 11:53
Inactive
kr8n3r
force-pushed
the
make-sass-imports-less-broad
branch
from
March 28, 2018 12:46
edb0de5
to
32334d4
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-617
March 28, 2018 12:47
Inactive
kr8n3r
force-pushed
the
make-sass-imports-less-broad
branch
from
March 28, 2018 12:48
32334d4
to
e3e28c8
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-617
March 28, 2018 12:48
Inactive
kr8n3r
force-pushed
the
make-sass-imports-less-broad
branch
from
March 28, 2018 13:01
e3e28c8
to
73ea204
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR replaces
globals/common
import in each component with only the necessary partials.There is already a test that checks if individual component Sass files compile.
Note: i've placed typography partials at the end of imports to make it a bit easier to do the work of making typography imports conditional.
https://trello.com/c/unO51Rno/830-make-sass-imports-dependencies-less-broad