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

upgrade slate #189

Merged
merged 3 commits into from
Nov 24, 2015
Merged

upgrade slate #189

merged 3 commits into from
Nov 24, 2015

Conversation

JefMari
Copy link
Contributor

@JefMari JefMari commented Nov 23, 2015

For Issue #174
image


For Issue #175
image
*Note: the second sentence is only for testing and not included as example

@jcricaro
Copy link
Contributor

Na code review ko na. Paki double check na lang @srph

margin-bottom: $spacer-large;
}

p {
margin-bottom: $spacer-small;
Copy link
Contributor

Choose a reason for hiding this comment

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

But this means you have small space between the last paragraph and the button, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, though it override our default p structure given by _type.scss
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How about remove this one and include p in > *:last-child { margin-bottom: 0; }?
It will be like > p:last-child, *:last-child { margin-bottom: 0; }
image

@JefMari
Copy link
Contributor Author

JefMari commented Nov 24, 2015

I don't create another separate PR since this PR is all about slate

For issue #173

  • Refactor Heading Code
  • Example slate without icon is removed
  • Redefine Slate in the docs

image

srph added a commit that referenced this pull request Nov 24, 2015
@srph srph merged commit bb00afc into master Nov 24, 2015
@srph
Copy link
Contributor

srph commented Nov 24, 2015

Nice! BTW, next time please use a longer/descriptive branch (take a look on https://allenan.com/git-branch-naming-conventions/) because the branch name is fragile.

@srph srph deleted the slate branch November 24, 2015 04:38
@JefMari
Copy link
Contributor Author

JefMari commented Nov 24, 2015

Noted! 💯

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.

3 participants