This plugin adds various Leacock's branding to Compass.
gem install compass-leacocks
Add the following to your compass.rb
/config.rb
config file:
# Require any additional compass plugins here.
require 'leacocks'
Then make sure you have imported the variables library to your core .sass
or .scss
file with:
@import "leacocks/variables"
Check out the wiki for variables, styles, and more information.
Parker Moore created this plugin to aid in his development work for Leacock's Online Arts Magazine.
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. A great blueprint for
Licensed under the MIT License. See LICENSE.mkdn for details.