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

Improving stylesheets #1

Merged
merged 2 commits into from
Aug 27, 2013
Merged

Improving stylesheets #1

merged 2 commits into from
Aug 27, 2013

Conversation

porada
Copy link
Contributor

@porada porada commented Aug 27, 2013

Feel free to cherry-pick.

I was thinking about including Autoprefixer instead of using Bourbon for vendor-prefixed properties, but I don’t know if you’d like me to interfere as much.

@porada porada mentioned this pull request Aug 27, 2013
@benubois benubois merged commit a199de3 into feedbin:master Aug 27, 2013
@benubois
Copy link
Member

Thanks.

Yeah Autoprefixer sounds good. Bourbon could be removed entirely with Autoprefixer in place.

@if $media == ipad {
@media only screen and (max-width: 1024px) { @content; }
} @else if $media == hidpi {
@media only screen and (-webkit-min-device-pixel-ratio: $ratio),
Copy link

Choose a reason for hiding this comment

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

Shouldn't this line be dedented by two spaces one level?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, my bad. Thanks for pointing that out. I’ll fix it as soon as I include Autoprefixer (#1).

This is not the only place in Feedbin stylesheets that could use some whitespace love, though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 4ca609d.

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