Skip to content

A CSS-framework based on the gameboy color version of the original Pokémon games.

License

Notifications You must be signed in to change notification settings

luttje/css-pokemon-gameboy

Repository files navigation

Pokémon GameBoy CSS

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.

Using the distribution

  1. Download the latest release

  2. The css is in the styles directory. All other assets are inlined into the css.

  3. 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">
  4. See the demo, index.html or .scss-files for all possible classes and effects.

Compile it yourself

Compiling

  1. Start a terminal/command prompt in the root directory of this repository

  2. Run npm install to install the dependencies

  3. To build the demo run npm run build to build the distribution files to the dist directory (preview the demo with npm run preview)

    -OR-

    Run npm run dev in the to watch for changes in the src directory and automatically build new distributions.

  4. To build the css files run npm run build:css to build the css file with all needed static files to the dist-release directory

  5. For the non-minified css file run npm run build:css:full

Third-party Licenses

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.