Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Fixes How it works ribbon #2191

Merged
merged 2 commits into from
Feb 9, 2017
Merged

Fixes How it works ribbon #2191

merged 2 commits into from
Feb 9, 2017

Conversation

gemfarmer
Copy link
Contributor

@gemfarmer gemfarmer commented Jan 12, 2017

Fixes issue(s) #2150

CircleCI

😎 PREVIEW

Changes proposed in this pull request:

  • Fixes visible bug on How it works ribbon
  • Updates the About ribbon

/cc @ericronne

@gemfarmer gemfarmer changed the title Fixes ow it works ribbon Fixes How it works ribbon Jan 12, 2017
flex-direction: row;
justify-content: space-around;

&> *:not(a) {

Choose a reason for hiding this comment

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

Unnecessary parent selector (&)

align-self: center;
}

@include respond-to(small-to-huge) {

Choose a reason for hiding this comment

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

Expected item on line 91 to appear before line 81. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets


&> * {
align-self: center;
text-align: center;

Choose a reason for hiding this comment

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

Properties should be ordered align-self, margin-bottom, text-align

display: flex;
flex-direction: column;

&> * {

Choose a reason for hiding this comment

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

Unnecessary parent selector (&)

@gemfarmer
Copy link
Contributor Author

Thanks, @houndci-bot 🙄

@meiqimichelle
Copy link
Contributor

Eeep, I missed this one! Is it ready to roll after @ericronne review?

@ericronne
Copy link
Contributor

hm maybe after a quick live tweak during our next pairing? 😬

@gemfarmer
Copy link
Contributor Author

It built! And I made a new issue to hold the overflow! #2201

cc @ericronne

@gemfarmer gemfarmer requested a review from ericronne February 8, 2017 23:49
@ericronne ericronne merged commit 96711be into dev Feb 9, 2017
@gemfarmer gemfarmer deleted the bughunt branch February 9, 2017 00:02
This was referenced Feb 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants