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

Update cssmin.rb #1

Merged
merged 1 commit into from
Sep 24, 2015
Merged

Update cssmin.rb #1

merged 1 commit into from
Sep 24, 2015

Conversation

danny6514
Copy link
Owner

Adding special handling code for transform-origin and mask-position. These two css properties require two values when used in numeric form. Example:

transform-origin: 0 0;
is NOT the same as
transform-origin: 0;

This commit adds checks to add back the two zeros.

Adding special handling code for transform-origin and mask-position. These two css properties require two values when used in numeric form. Example:

transform-origin: 0 0;
is NOT the same as 
transform-origin: 0; 

This commit adds checks to add back the two zeros.
danny6514 added a commit that referenced this pull request Sep 24, 2015
@danny6514 danny6514 merged commit a2e558a into master Sep 24, 2015
@danny6514 danny6514 deleted the danny6514-patch-1 branch September 24, 2015 23:16
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.

1 participant