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

Use simpler value for example global transitions variable. #215

Merged
merged 1 commit into from Oct 25, 2016

Conversation

anselmh
Copy link
Member

@anselmh anselmh commented Oct 25, 2016

This addresses #214.

@@ -6,4 +6,4 @@

// Standardise some UI treatments.
$global-radius: 3px !default;
$global-transition: (1/3) + s !default;
$global-transition: 300ms !default;
Copy link
Member

Choose a reason for hiding this comment

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

I would like to enhance it to like what @fuhlig suggested here in his simple example:

$global-transition: all 0.3s ease;

I think when we just set a duration as a value, the variable should be named $global-transition-duration instead.

Copy link
Member

@csshugs csshugs left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@anselmh anselmh dismissed csshugs’s stale review October 25, 2016 06:45

Outdated, all changes have been fixed.

@anselmh anselmh merged commit 0097577 into develop Oct 25, 2016
@anselmh anselmh deleted the tkt-0214 branch October 25, 2016 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants