Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CSS units stripped incorrectly #232

Open
cykerway opened this issue Jan 10, 2016 · 1 comment
Open

CSS units stripped incorrectly #232

cykerway opened this issue Jan 10, 2016 · 1 comment

Comments

@cykerway
Copy link

Given CSS input:

body {
    height: 1.0em;
    width: 1.0px;
}

yuicompressor outputs this:

body{height:1.0;width:1.0}

which doesn't seem OK.

@metaphalon
Copy link

This is probably a duplicate of ticket #108.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants