css-pokemon-gameboy
css-pokemon-gameboy copied to clipboard
A CSS-framework based on the gameboy color version of the original Pokémon games.
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
-
Copy all the files in the
dist/stylesdirectory tostylesin your project -
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.
Compile it yourself
Requirments
Ensure you have the Grunt CLI installed:
npm install -g grunt-cli
Compiling
-
Run
npm installin the root directory (the directory wherepackage.jsonis located) -
Run
gruntin the root directory to build a distribution-OR-
-
Run
grunt watchin the root directory to watch for changes in thesrcdirectory and automatically build new distributions.
Licenses
The images in this repository are the property of Nintendo. The style is also property of Nintendo.
The code in this repository is Unlicensed, with the exception of used third-party libraries like PrismJs, Grunt, Node and npm. You can view the licenses related to third-parties in LICENSE-3RD-PARTY.txt or on their respective websites.