Updated .scale() mixin so that it accepts optional vertical scale factor...#11748
Merged
mdo merged 1 commit intotwbs:masterfrom Dec 8, 2013
bganicky:patch-1
Merged
Updated .scale() mixin so that it accepts optional vertical scale factor...#11748mdo merged 1 commit intotwbs:masterfrom bganicky:patch-1
mdo merged 1 commit intotwbs:masterfrom
bganicky:patch-1
Conversation
Contributor
Author
|
Now, the .scale() mixin accepts only one parameter and therefore scales both x-axis and y-axis by the same factor. I've added optional second parameter for y-axis scale factor. This change is backward compatible because you can still use just the first param resulting in a same behavior as before the change. |
mdo
added a commit
that referenced
this pull request
Dec 8, 2013
Updated .scale() mixin so that it accepts optional vertical scale factor...
Closed
pytkin
added a commit
to designmodo/Flat-UI
that referenced
this pull request
Feb 5, 2014
so that it accepts optional vertical scale as second parameter. twbs/bootstrap#11748
stempler
pushed a commit
to stempler/bootstrap
that referenced
this pull request
Apr 11, 2014
Updated .scale() mixin so that it accepts optional vertical scale factor...
stempler
pushed a commit
to stempler/bootstrap
that referenced
this pull request
Nov 4, 2014
Updated .scale() mixin so that it accepts optional vertical scale factor...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
... parameter.