-
Notifications
You must be signed in to change notification settings - Fork 6
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
merge n-ui-foundations into dotcom-ui-base-styles #1062
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
documented features
moved visualy hidden into mixin
Update README.md
Fix specificity accessibility issue
Remove old, unused links use-cases
…ment Add experimental BEM modifier for keyboard-focussed stuff
Update grid gutters - 20px on M, 30px on XL
Focus style (links)
outline fix
Make gutters smaller again
Delete .github/settings.yml
refactor: don't duplicate the o-normalise helpers
feat!: remove unused legacy n-ui-configured variable
only "used" in one place, which isn't actually using it
feat!: remove image mixin
i decided where it should live: nowhere there were only a handful of remaining uses, which will soon all be replaced with `o-spacing`
feat!: remove $spacing-unit
were previously used for CSS code splitting but are no longer in use at all https://github.com/search?q=org%3AFinancial-Times+nUiStylesheet+language%3ASCSS+-repo%3Afinancial-times%2Fdotcom-page-kit+-repo%3Afinancial-times%2Fn-ui+-repo%3Afinancial-times%2Fn-ui-foundations+-is%3Aarchived&type=code
…xins Remove code splitting mixins
.gitkeep the folder because it's used for the CSS output when testing
Deprecate javascript utils
apaleslimghost
force-pushed
the
ui-foundations-base-styles
branch
from
January 20, 2025 17:04
cbc8f96
to
8ab9e90
Compare
apaleslimghost
changed the title
WIP: merge n-ui-foundations into dotcom-ui-base-styles
merge n-ui-foundations into dotcom-ui-base-styles
Jan 20, 2025
ivomurrell
approved these changes
Jan 27, 2025
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.
nitpick: this would be better as a merge commit rather than rebased on top of the current history
apaleslimghost
force-pushed
the
ui-foundations-base-styles
branch
from
January 27, 2025 15:49
8ab9e90
to
95d5232
Compare
ivomurrell
approved these changes
Jan 27, 2025
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.
yessssss
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 moves all the sass from n-ui-foundations into
dotcom-ui-base-styles
. since this includes all the git history from n-ui-foundations, there's a lot of commits, and it's not going to be easily reviewable on its own. i'm going to do the actual work of integrating this sass intodotcom-ui-base-styles
in a separate PR based on this one, to make that easier to review.