Add yt2.scss

This commit is contained in:
maximest-pierre 2018-03-20 19:12:28 -04:00
parent 57d6282359
commit e0b0d0e96b
3 changed files with 1573 additions and 1482 deletions

View file

@ -139,8 +139,11 @@ class View
$scssCompiler->setLineNumberStyle(Leafo\ScssPhp\Compiler::LINE_COMMENTS); $scssCompiler->setLineNumberStyle(Leafo\ScssPhp\Compiler::LINE_COMMENTS);
} }
$css = $scssCompiler->compile(file_get_contents(self::SCSS_DIR . '/all.scss')); $all_css = $scssCompiler->compile(file_get_contents(self::SCSS_DIR . '/all.scss'));
file_put_contents(self::CSS_DIR . '/all.css', $css); file_put_contents(self::CSS_DIR . '/all.css', $all_css);
$yt2_css = $scssCompiler->compile(file_get_contents(self::SCSS_DIR . '/yt2.scss'));
file_put_contents(self::CSS_DIR . '/yt2.css', $yt2_css);
} }
public static function gzipAssets() public static function gzipAssets()

File diff suppressed because it is too large Load diff

1568
web/scss/yt2.scss Normal file

File diff suppressed because it is too large Load diff