/Pokemon-EM-RB-Css

A pokemon emerald/ruby styling css framework by Pi-zogis

Primary LanguageHTMLMIT LicenseMIT

Copy all the files in the dist directory to styles in your project

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

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

Compile it yourself

Compiling

Run npm installin the root directory

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

-OR-

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