Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.217.62
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : _funciones.scss
/*------------------------------------*\
    $FUNCIONES
\*------------------------------------*/
/*
 * Función para mantener el tamaño de fuente consistente
 .selector { font-size: fs(x-small);}
 * Puedes ver en elements/_font.scss las variables que se utilizan.
 */

@function fs($font-size) {
    @return map-get($font-sizes, $font-size) + px;
}

/*
 * Función para mantener el interlineado de fuente consistente
 .selector { line-height: lh(x-small);}
 * Puedes ver en elements/_font.scss las variables que se utilizan.
 */

@function lh($line-height) {
    @return map-get($line-heights, $line-height) + px;
}
© 2026 GrazzMean