Inspired by: https://github.com/nostalgic-css/NES.css
This is a joke CSS-framework and it is not intended for use in production. You can see a demo here. The demo performs poorly on mobile devices or small resolutions.
-
Download the latest release
-
The css is in the
styles
directory. All other assets are inlined into the css. -
The release contains a
template.html
to get your started.-OR-
Append the following include on the page where you want this style:
<link rel="stylesheet" href="./styles/css-pokemon-gameboy.css">
-
See the demo, index.html or .scss-files for all possible classes and effects.
-
Start a terminal/command prompt in the root directory of this repository
-
Run
npm install
to install the dependencies -
To build the demo run
npm run build
to build the distribution files to thedist
directory (preview the demo withnpm run preview
)-OR-
Run
npm run dev
in the to watch for changes in thesrc
directory and automatically build new distributions. -
To build the css files run
npm run build:css
to build the css file with all needed static files to thedist-release
directory -
For the non-minified css file run
npm run build:css:full
The images in this repository are the property of Nintendo. The style is also property of Nintendo.
You can view the licenses related to third-party code in LICENSES-THIRD-PARTY.md or on their respective websites.