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

"em" is missing in compressed file #108

Open
andreawo opened this issue Oct 2, 2013 · 3 comments
Open

"em" is missing in compressed file #108

andreawo opened this issue Oct 2, 2013 · 3 comments

Comments

@andreawo
Copy link

andreawo commented Oct 2, 2013

original:

table thead tr td {
color: #CEDB00;
padding: 0.5em 0 1.0em 0;
text-transform: uppercase;
vertical-align: bottom;
}

compressed:

table thead tr td{color:#cedb00;padding:.5em 0 1.0 0;text-transform:uppercase;vertical-align:bottom}

Unit "em" is missing for padding bottom, so whole padding information is ignored in the browser.

Version 2.4.8

Thanks!
Andrea

@ghost ghost assigned tml Oct 4, 2013
@rmmr
Copy link

rmmr commented Oct 21, 2013

I have (i think) a related issue. "%" is missing in compressed file:

@media (min-width: 800px) {
/* line 136, ../sass/_screen.scss */
.content > .title h1 {
width: 55.0%;
float: left;
margin-right: 5%;
}
}

55.0% is converted to 55.0 .

@nek4life
Copy link

I'm also seeing the same behavior that if you have font-size: 1.0em specified instead of 1em then the em portion gets stripped for some reason.

@jbarker
Copy link

jbarker commented Jan 20, 2014

@nek4life Thanks! Removing the .0 from values like 1.0em seems the best workaround for using version 2.4.8.

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

No branches or pull requests

5 participants