1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

⚙️ 開発環境の構築

This commit is contained in:
BcRikko
2018-09-24 13:35:33 +09:00
parent 3051132d1b
commit 9a6c626821
7 changed files with 7807 additions and 4 deletions

11
scss/nes.scss Normal file
View File

@@ -0,0 +1,11 @@
/*!
* NES.css v0.0.1(alpha)
*/
$color: #fff;
body {
color: $color;
display: flex;
color: $color;
background-color: #111;
}