mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Add yt2.scss
This commit is contained in:
parent
57d6282359
commit
e0b0d0e96b
3 changed files with 1573 additions and 1482 deletions
|
@ -139,8 +139,11 @@ class View
|
|||
$scssCompiler->setLineNumberStyle(Leafo\ScssPhp\Compiler::LINE_COMMENTS);
|
||||
}
|
||||
|
||||
$css = $scssCompiler->compile(file_get_contents(self::SCSS_DIR . '/all.scss'));
|
||||
file_put_contents(self::CSS_DIR . '/all.css', $css);
|
||||
$all_css = $scssCompiler->compile(file_get_contents(self::SCSS_DIR . '/all.scss'));
|
||||
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()
|
||||
|
|
1480
web/css/yt2.css
1480
web/css/yt2.css
File diff suppressed because it is too large
Load diff
1568
web/scss/yt2.scss
Normal file
1568
web/scss/yt2.scss
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue