Skip to content

Commit

Permalink
feat: add the new nes-cursor class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdahl committed May 31, 2019
1 parent 966a950 commit cfca1d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/helpers/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@charset "utf-8";

@import "pointer.scss";
3 changes: 3 additions & 0 deletions scss/helpers/pointer.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.nes-pointer {
cursor: $cursor-click-url, pointer;
}
1 change: 1 addition & 0 deletions scss/nes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
@import "components/_index.scss";
@import "icons/_index.scss";
@import "pixel-arts/_index.scss";
@import "helpers/_index.scss"

0 comments on commit cfca1d4

Please sign in to comment.