1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

👍 説明要素を追加

This commit is contained in:
BcRikko
2018-09-26 08:55:25 +09:00
parent e325db19d3
commit e227568107
9 changed files with 92 additions and 11 deletions

View File

@@ -4,3 +4,4 @@
@import "variables.scss";
@import "generic.scss";
@import "animation.scss";
@import "helper.scss";

7
scss/base/helper.scss Normal file
View File

@@ -0,0 +1,7 @@
._dark {
color: $white;
}
._right {
text-align: right;
}