Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 177... Línea 177...
177
        array_map(function($target) use (&$scss, $value) {
177
        array_map(function($target) use (&$scss, $value) {
178
            $scss .= '$' . $target . ': ' . $value . ";\n";
178
            $scss .= '$' . $target . ': ' . $value . ";\n";
179
        }, (array) $targets);
179
        }, (array) $targets);
180
    }
180
    }
Línea -... Línea 181...
-
 
181
 
-
 
182
    // Add a new variable to indicate that we are running behat.
-
 
183
    if (defined('BEHAT_SITE_RUNNING')) {
-
 
184
        $scss .= "\$behatsite: true;\n";
-
 
185
    }
181
 
186
 
182
    // Prepend pre-scss.
187
    // Prepend pre-scss.
183
    if (!empty($theme->settings->scsspre)) {
188
    if (!empty($theme->settings->scsspre)) {
184
        $scss .= $theme->settings->scsspre;
189
        $scss .= $theme->settings->scsspre;