This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, In SASS you can usually configure how many decimals you want in your calculations (http://stackoverflow.com/questions/7672473/sass-and-rounding-down-numbers-can-this-be-configured). This is handy, as especially Chrome sometimes have some weird rounding errors. Is there any way to configure this in Web Workbench? And if so where? (And if not, could you please add it :)). Thanks! /Laust (I've reposted this over on StackOverflow as well: http://stackoverflow.com/questions/15748332) |
|
|
Yes, you can cover this by using a compile option directive, e.g. append the following line to the top of your .scss file and then adjust the precision as required :)
|
|
|
Superb. Thanks! |
|
|
For a compass project you can add the following to the
|
|