No commit activity in last 3 years
No release in over 3 years
A Compass plugin for the creation of Cornell University-branded websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.10.0
 Project Readme

Cornell University Brand - Compass Plugin

This plugin adds various Cornell branding to Compass.

Install

gem install compass-cornell-plugin

Adding the Cornell plugin to an existing project

Add the following to your compass.rb/config.rb config file:

# Require any additional compass plugins here.
require 'cornell'

Then make sure you have imported the variables library to your core .sass or .scss file with:

@import "cornell/variables"

Check out the wiki for variables, styles, and more information.

Credits

Parker Moore created this plugin to aid in his development work for CALS Office of Communications in the Summer of 2012.

Many thanks to Chris Eppstein for creating Compass, and Hampton Catlin for creating Sass.

And many thanks to Chris Eppstein again for creating compass-960-plugin, which made the creation of this plugin far easier.

License

Licensed under the MIT License. See LICENSE.mkdn for details.