Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 73... Línea 73...
73
        array_map(function($target) use (&$scss, $value) {
73
        array_map(function($target) use (&$scss, $value) {
74
            $scss .= '$' . $target . ': ' . $value . ";\n";
74
            $scss .= '$' . $target . ': ' . $value . ";\n";
75
        }, (array) $targets);
75
        }, (array) $targets);
76
    }
76
    }
Línea -... Línea 77...
-
 
77
 
-
 
78
    // Add a new variable to indicate that we are running behat.
-
 
79
    if (defined('BEHAT_SITE_RUNNING')) {
-
 
80
        $scss .= "\$behatsite: true;\n";
-
 
81
    }
77
 
82
 
78
    // Prepend pre-scss.
83
    // Prepend pre-scss.
79
    if (!empty($theme->settings->scsspre)) {
84
    if (!empty($theme->settings->scsspre)) {
80
        $scss .= $theme->settings->scsspre;
85
        $scss .= $theme->settings->scsspre;