Convert PX to EM using SASS preprocessor
Create a function
@function convert-px-em( $value , $context: 16 ){
@return #{ $value / $context + 'em' };
}
how to use
.my-class{
font-size: convert-px-em( 28 );
}
Written by Paullo Norato
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#