raykanani / Style-Prototypes

JavaScript and Sass for Style Prototypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

JavaScript and Sass for Style Prototypes


Languages

Language:JavaScript 57.0%Language:CSS 41.2%Language:Ruby 1.8%