Good morning, I would like to know how to do a function within SASS that receives a value in pt
and converts to px
. I know that there is a specific account for the conversion and also that you can use function()
but can you do a standard function for this conversion from pt
to px
? If so, how do I get started?
Thank you very much.