nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.7k stars 1.65k forks source link

Change the url of cursors. #158

Closed BcRikko closed 5 years ago

BcRikko commented 5 years ago

Can not find the cursor images in the user's environment. 🤔 https://github.com/nostalgic-css/NES.css/blob/8acab18bfdf5fd5119a883e6e17e2bad8131b59f/scss/base/variables.scss#L8-L9

Change it immediately before release as follows

$cursor-url: url(https://unpkg.com/nes.css/assets/cursor.png);
$cursor-click-url: url(https://unpkg.com/nes.css/assets/cursor-click.png);