1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

🚀 デプロイ

This commit is contained in:
BcRikko
2018-09-24 20:34:28 +09:00
parent 288c844adb
commit 16fe1794a5
6 changed files with 457 additions and 10 deletions

View File

@@ -1,11 +1,8 @@
/*!
* NES.css v0.0.1(alpha)
*/
$color: #fff;
@charset "utf-8";
body {
color: $color;
display: flex;
color: $color;
background-color: #111;
}
/*!
* NES.css v0.0.1(alpha)
*/
@import "base/_index.scss";
@import "elements/_index.scss";