frontendCSS
How to write a simple custom SCSS mixin for rem usage
July 06,2022
Instead of using pixel units for font sizing we could easily use rem units. Lets write a mixin to help us with that.

Instead of using pixel units for font sizing we could easily use rem units. Lets write a mixin to help us with that.