modularscale / modularscale-sass

Modular scale calculator built into your Sass
http://www.modularscale.com
MIT License
1.98k stars 132 forks source link

Disable px rounding option #156

Closed dnwhte closed 6 years ago

dnwhte commented 6 years ago

Can you please add a settings option to disable the pixel rounding?

scottkellum commented 6 years ago

@danwhite85 Can you give me a use case? My guess would be high resolution displays so would rounding to 1/4th or 1/8th of a pixel be better?

dnwhte commented 6 years ago

Hi @scottkellum, we have some things that depend on the original unrounded pixel values. We also use PostCSS to convert our pixel values into rems.

An option to disable rounding or choose your own rounding would be great.

scottkellum commented 6 years ago

Fixed!