1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00

Merge branch 'develop' into refactor/convert-cursor-images-to-data-uris

This commit is contained in:
ダーシノ - B.C.Rikko
2019-06-04 09:18:28 +09:00
committed by GitHub
5 changed files with 169 additions and 75 deletions

3
scss/helpers/_index.scss Normal file
View File

@@ -0,0 +1,3 @@
@charset "utf-8";
@import "pointer.scss";

View File

@@ -0,0 +1,3 @@
.nes-pointer {
cursor: $cursor-click-url, pointer;
}

View File

@@ -4,3 +4,4 @@
@import "components/_index.scss";
@import "icons/_index.scss";
@import "pixel-arts/_index.scss";
@import "helpers/_index.scss"