-
Notifications
You must be signed in to change notification settings - Fork 40
Fixes How it works ribbon #2191
Conversation
_sass/components/_ribbon.scss
Outdated
flex-direction: row; | ||
justify-content: space-around; | ||
|
||
&> *:not(a) { |
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.
Unnecessary parent selector (&)
_sass/components/_ribbon.scss
Outdated
align-self: center; | ||
} | ||
|
||
@include respond-to(small-to-huge) { |
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.
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
_sass/components/_ribbon.scss
Outdated
|
||
&> * { | ||
align-self: center; | ||
text-align: center; |
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.
Properties should be ordered align-self, margin-bottom, text-align
_sass/components/_ribbon.scss
Outdated
display: flex; | ||
flex-direction: column; | ||
|
||
&> * { |
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.
Unnecessary parent selector (&)
Thanks, @houndci-bot 🙄 |
Eeep, I missed this one! Is it ready to roll after @ericronne review? |
hm maybe after a quick live tweak during our next pairing? 😬 |
It built! And I made a new issue to hold the overflow! #2201 cc @ericronne |
Fixes issue(s) #2150
😎 PREVIEW
Changes proposed in this pull request:
How it works
ribbonAbout
ribbon/cc @ericronne