mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-20 22:22:05 +02:00
feat: add the new nes-cursor class
This commit is contained in:
parent
966a950db9
commit
cfca1d4665
3
scss/helpers/_index.scss
Normal file
3
scss/helpers/_index.scss
Normal file
@ -0,0 +1,3 @@
|
||||
@charset "utf-8";
|
||||
|
||||
@import "pointer.scss";
|
3
scss/helpers/pointer.scss
Normal file
3
scss/helpers/pointer.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.nes-pointer {
|
||||
cursor: $cursor-click-url, pointer;
|
||||
}
|
@ -4,3 +4,4 @@
|
||||
@import "components/_index.scss";
|
||||
@import "icons/_index.scss";
|
||||
@import "pixel-arts/_index.scss";
|
||||
@import "helpers/_index.scss"
|
||||
|
Loading…
x
Reference in New Issue
Block a user