SASS SCSS - Problems with rounding.

Asked

Viewed 65 times

2

I have the following problem: developing a Grid system with SCSS, I got the problem of rounding the percentages that define the size of each column. I was wondering if anyone has a solution for rounding variables, because it breaks the whole scheme.

Thanks,

1 answer

0

Alternative found, in the command line there is the possibility to use the attribute of "-Precision" which I used 100 boxes after the comma: In the terminal:

scss --watch --precision 100 grid.scss:grid.css

Browser other questions tagged

You are not signed in. Login or sign up in order to post.