Skip to content

Update cssmin.rb#1

Merged
danny6514 merged 1 commit into
masterfrom
danny6514-patch-1
Sep 24, 2015
Merged

Update cssmin.rb#1
danny6514 merged 1 commit into
masterfrom
danny6514-patch-1

Conversation

@danny6514

Copy link
Copy Markdown
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