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

[RFR] Improved SCSS code consistency #97

Merged
merged 2 commits into from
Nov 19, 2015
Merged

[RFR] Improved SCSS code consistency #97

merged 2 commits into from
Nov 19, 2015

Conversation

KittyGiraudel
Copy link
Contributor

Cheers. :)

@@ -10,7 +10,7 @@
filter: contrast(1.1) brightness(1.1) saturate(1.3);

&:after{
background: rgba(243, 106, 188, .3);
background: rgba(243, 106, 188, 0.3);
Copy link
Owner

Choose a reason for hiding this comment

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

I generally omit leading 0's as a rule 😄

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. You did not do it everywhere, so I just assumed it was better to add it.

My 2 cents on this is that it is the minifier’s role to shorten your code, not yours. :)

Copy link
Owner

Choose a reason for hiding this comment

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

Ahh! I intended to remove them if I have any leading 0's. Thank you for the changes! If you take the leading 0's back out, I'd be happy to merge! 👍

@una una mentioned this pull request Nov 15, 2015
@KittyGiraudel
Copy link
Contributor Author

Done.

@una
Copy link
Owner

una commented Nov 16, 2015

Perfect :) Please pull changes so it's mergable

una added a commit that referenced this pull request Nov 19, 2015
@una una merged commit 5efacf2 into una:master Nov 19, 2015
una pushed a commit that referenced this pull request Nov 19, 2015
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.

2 participants