Mini Shell

Direktori : /home/brasafestival/www/old/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/
Upload File :
Current File : /home/brasafestival/www/old/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/rem.scss

// ======================================================================
// Rem function
//
// Convert px to rem in a readable fashion.
//
// Example: font-size: rem( 21px );
// ======================================================================

@use "sass:math";

$root-font-size: 16px;

@function rem( $pixels, $context: $root-font-size ) {
	@return math.div($pixels, $context) * 1rem;
}

Zerion Mini Shell 1.0