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

[SCSS] Rosetta fails to do math with pixel unit #6

Open
QuyHP opened this issue Feb 12, 2014 · 0 comments
Open

[SCSS] Rosetta fails to do math with pixel unit #6

QuyHP opened this issue Feb 12, 2014 · 0 comments

Comments

@QuyHP
Copy link

QuyHP commented Feb 12, 2014

Try a simple test:

$test1 = 4px
$test2 = 5px
$test3 = $test1 + $test2

then the result is (scss):

$test1: 4px;
$test2: 5px;
$test3: 9;

Expected: $test3 must be 9px
The same happens with multiplying

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

1 participant