-
Notifications
You must be signed in to change notification settings - Fork 13
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
v0.8.0 added the star icons into a extended class so can be easily reused #17
Conversation
|
||
.c-icon--star--fill, | ||
%c-icon--star--fill { | ||
background-image: inline('#{$icon-path}/stars/star--filled.svg'); |
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.
Where does $icon-path
get defined?
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.
$icon-path
is the path thats set in fozzie variables.scss
@@ -22,3 +22,13 @@ | |||
height: 42px; | |||
width: 42px; | |||
} | |||
|
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.
Will need CHANGELOG update and package bump otherwise won't be able to release.
(not setup on Travis yet so doesn't catch this as part of the build)
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.
Suggest that these Fozzie repos get updated with a CONTRIBUTING
and a PR template so that these requirements can be found by the uninitiated before opening a PR 😃
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.
They're usually handled by Travis - we're waiting on InfoSec to approve this to move it public and can then set this up which does these checks automatically. Should be in the next week or so as those tickets have been open for a couple of months.
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.
Docs to read before doing a PR would be more friendly that being admonished after opening a PR though 😄
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.
I've added an issue for adding a contributing file to our repos.
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.
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.
@martincostello Surely no-one can be angry at fozzie-bot though, even when he's admonishing them 😃
Will make sure we add docs to any repos that need them. @DamianMullins thanks for creating those tickets 👍
No description provided.