mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 09:41:47 +02:00
👍 説明要素を追加
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
@import "variables.scss";
|
||||
@import "generic.scss";
|
||||
@import "animation.scss";
|
||||
@import "helper.scss";
|
||||
|
7
scss/base/helper.scss
Normal file
7
scss/base/helper.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
._dark {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
._right {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user