#SassError: 2 arguments required, but only 1 was passed.

4 messages · Page 1 of 1 (latest)

fallen yarrow
cosmic lake
fallen yarrow
# cosmic lake Mantine postcss preset is designed for css, if you use sass, you should use func...

If i got it right rem() is going to be a new css function that won't be used for rem units but calculating remainder, is there a way to rename mantine one to to-rem() for example

https://developer.mozilla.org/en-US/docs/Web/CSS/rem

The rem() CSS function returns a remainder left over when the first parameter is divided by the second parameter, similar to the JavaScript remainder operator (%). The remainder is the value left over when one operand, the dividend, is divided by a second operand, the divisor. It always takes the sign of the dividend.