0.08
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A Compass extension for Style Prototype dependencies
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.12.1
>= 3.2.0
>= 1.3.8
 Project Readme

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!