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

Incompatible units Error #1163

Closed
dboulet opened this issue May 4, 2015 · 0 comments · Fixed by #1164
Closed

Incompatible units Error #1163

dboulet opened this issue May 4, 2015 · 0 comments · Fixed by #1164

Comments

@dboulet
Copy link

dboulet commented May 4, 2015

I’ve been getting the following error since upgrading to CodeKit version 2.3.7, which includes libsass 3.2.1:

Error: Incompatible units: 'em' and 'px*em/px'.

Here is the relevant SCSS, the last line is the one producing the error:

$base-font-size: 14px;
$column-width: 92px;
$content-max-width: ((($column-width * 12) / $base-font-size) * 1em) + 22em; 

Worked fine in previous versions of libsass, and produces no error in Ruby Sass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants