diff --git a/scss/helpers/_index.scss b/scss/helpers/_index.scss new file mode 100644 index 0000000..f768225 --- /dev/null +++ b/scss/helpers/_index.scss @@ -0,0 +1,3 @@ +@charset "utf-8"; + +@import "pointer.scss"; diff --git a/scss/helpers/pointer.scss b/scss/helpers/pointer.scss new file mode 100644 index 0000000..abcc69e --- /dev/null +++ b/scss/helpers/pointer.scss @@ -0,0 +1,3 @@ +.nes-pointer { + cursor: $cursor-click-url, pointer; +} diff --git a/scss/nes.scss b/scss/nes.scss index 151b76b..8333f03 100644 --- a/scss/nes.scss +++ b/scss/nes.scss @@ -4,3 +4,4 @@ @import "components/_index.scss"; @import "icons/_index.scss"; @import "pixel-arts/_index.scss"; +@import "helpers/_index.scss"