Sha256: 8d6180166c8c9b31ebe0f928d9be217d1b6804409910d118151fe826add9c64f

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

# Compass Normalize.css
This simple plugin for compass enables you to use [normalize.css](http://necolas.github.com/normalize.css/) in your stylesheet's without having to go download it. Check out the very cool [normalize.css project](http://necolas.github.com/normalize.css/).
## Installation
From the command line:

	(sudo) gem install compass-normalize --pre
	
When creating a new project with compass:

	compass create new_project -r compass-normalize --using compass-normalize
	
If using an existing project, edit your config.rb and add this line:

	require 'compass-normalize'
	
# Usage
To use the normalize plugin just import and include normalize, like so:

	@import normalize;

	@include normalize();

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-normalize-0.1.beta.2 README.md