• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    JavaScript
  • Created over 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JavaScript and Sass for Style Prototypes

Style Prototypes

Bower package containing webapp brains and core styling for a Style Prototype.

Installation

For setting up a new Style Prototype generator, see these instructions.

Usage

Include the following in your HTML head:

<link rel="stylesheet" href="bower_components/style-prototype/css/prototype.css">

Include the following before your closing <body> tag and before other JavaScript you want to include:

<script src="bower_components/style-prototype/dist/style-prototype.js"></script>

Customizing Prototype Styling

Style Prototypes comes with a partial, _style-prototype.scss, that can be imported and used to custom style the prototype CSS. Or you can just write your own!