luttje / css-pokemon-gameboy

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

Home Page:https://luttje.github.io/css-pokemon-gameboy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Copy all the files in the dist/styles directory to styles in your project

  2. Append the following include on the page where you want this style:

<link rel="stylesheet" href="./styles/css-pokemon-gameboy.css">
  1. See the demo, index.html or .scss-files for all possible classes and effects.

Compile it yourself

Compiling

  1. Run npm installin the root directory

  2. Run npm run build in the root directory to build a distribution

    -OR-

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

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.

About

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

https://luttje.github.io/css-pokemon-gameboy/

License:MIT License


Languages

Language:SCSS 51.4%Language:HTML 39.7%Language:JavaScript 8.9%