nostalgic-css / NES.css

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

refactor(cursors): Use data-uris for cursors #266

Closed trezy closed 5 years ago

trezy commented 5 years ago

I've switched us from using file-loader to url-loader. This will automatically convert local URL imports to data URIs, which means the framework no longer needs to load them from a remote URL.

fix #207

BcRikko commented 5 years ago

It's cool 🎉

If you don't use file-loader, could you uninstall it?

$ npm uninstall -D file-loader
BcRikko commented 5 years ago

I found the cause of build error 🔍👀

But I can't push it to GitHub now 😭 I'll push it when I get home. 🏠

# update package-lock.json
$ npm update globby --depth 5

https://github.com/postcss/postcss-cli/issues/265#issuecomment-457084598

BcRikko commented 5 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: