Skip to content
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

Update outline() and overflow-[xy]() mixins #3012

Merged
merged 5 commits into from Apr 4, 2019
Merged

Conversation

thisisdano
Copy link
Member

  • fixed a bug in the u-outline() mixin where it wasn't accepting strings properly
  • added u-overflow-x() and u-overflow-y() mixins to match utilities

Fixes #3011

@thisisdano thisisdano self-assigned this Apr 3, 2019
@thisisdano thisisdano requested a review from a team April 3, 2019 23:33
@@ -501,7 +501,9 @@ $system-properties: (
standard: map-collect(
map-get($system-spacing, 'smaller'),
map-get($partial-values, 'zero-zero'),
('05': spacing-multiple(0.5))
(
'05': spacing-multiple(0.5),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrote this in expanded format to better accept new custom values if we decide to accept, say, 1 unit

@maya maya merged commit aa3e5bf into release-2.0 Apr 4, 2019
@maya maya deleted the dw-utility-mixins branch April 4, 2019 16:56
@maya maya mentioned this pull request Apr 4, 2019
@thisisdano thisisdano mentioned this pull request Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants