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

Minor tweaks, improvements, spellchecking, standardization #6

Merged
merged 2 commits into from
Dec 8, 2014

Conversation

mknadler
Copy link
Contributor

@mknadler mknadler commented Dec 7, 2014

Minor spelling fixes in description; adds -ms- prefix to @mixin scale
for free IE9 support; adds variables to @mixin shadow; adds default duration
and standardizes capitalization of @Mixins scaledown, scale up, fadein;
moves functions black and white to directly under opacity; switches
names of center-h and center-h—unk for accuracy

Minor spelling fixes in description; adds -ms- prefix to @mixin scale
for IE9 support; adds variables to @mixin shadow; adds default duration
and standardizes capitalization of @Mixins scaledown, scale up, fadein;
moves functions black and white to directly under opacity; switches
names of center-h and center-h—unk for accuracy
Allows for unitless @include fontsize calls; adds variable to @mixin
hover; combines @Mixins mquery and mquery-w

@mixin fontsize($size) {
$base-font-size: 16px !default;
@if (unitless($size)){
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Allows calls of either @include fontsize(16px) or @include fontsize(16)

@gillesbertaux
Copy link
Owner

Clever! Awesome work, merging.

gillesbertaux added a commit that referenced this pull request Dec 8, 2014
Minor tweaks, improvements, spellchecking, standardization
@gillesbertaux gillesbertaux merged commit a17b239 into gillesbertaux:master Dec 8, 2014
@gillesbertaux
Copy link
Owner

Corrected a bug at l.263: double @@

Good to go now 👍

@mknadler mknadler deleted the reorganize branch December 9, 2014 21:31
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