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

Fixes #155

Merged
4 commits merged into from Jul 7, 2015
Merged

Fixes #155

4 commits merged into from Jul 7, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jul 7, 2015

Few minor fixes I made while going through stencil
@SiTaggart @bc-chris-roper @bc-edlou

@ghost
Copy link
Author

ghost commented Jul 7, 2015

👍

font-size: fontSize("tiny");
color: color("greys", "dark");
letter-spacing: letterSpacing("large");
font-style: italic;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not in alphabetical order

ghost pushed a commit that referenced this pull request Jul 7, 2015
@ghost ghost merged commit 2d78e86 into bigcommerce:master Jul 7, 2015
@ghost ghost deleted the fixes branch July 7, 2015 22:46
@@ -30,7 +30,9 @@ <h4 class="listItem-title">
{{/if}}
{{/unless}}
{{#if show_compare}}
<a href="#" class="button button--compare">Compare</a>
<label class="button button--small" for="{{id}}">
Copy link
Contributor

Choose a reason for hiding this comment

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

Should namespace your for's id attribute, i.e., for="compare-{{id}}" since id is being auto-generated and could cause id conflicts in the future.

Copy link
Author

Choose a reason for hiding this comment

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

Will actually fix this one along with the card component as part of another PR.

@ghost
Copy link
Author

ghost commented Jul 7, 2015

@haubc you should've become a linter for a living 😛

@mickr
Copy link

mickr commented Jul 7, 2015

Giphy

This pull request was closed.
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

3 participants