Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jul 9, 2013
1 parent 4e18e47 commit 0d9d178
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Compass Mixins #

This repository is a collection of frequently-used mixins written in SCSS to be used in conjunction with [Sass](http://sass-lang.com/)-based projects.
This repository is a collection of frequently-used mixins written in SCSS to be used in conjunction with [Sass](http://sass-lang.com/)-based projects.


## Using these mixins

You can incorporate these mixins into your project in a number of ways.

**The first—and easiest—method** is to simply copy the contents of the various mixins into your stylesheet.

You could also **grab the desired mixin files**, add them to your own project (or `mixins` folder), and include _those_ files in your stylesheet. For this method, I prefer using the excellent [sass-globbing gem](https://github.com/chriseppstein/sass-globbing).

Finally, you could get really fancy and set this repository up as a [Git submodule](http://git-scm.com/book/en/Git-Tools-Submodules). That'd be a real [power move](http://www.zefrank.com/thewiki/Power_Move).


## License and stuff

All these codes are licensed under the very permissive [WTFPL](http://www.wtfpl.net/txt/copying/) so do with them as you wish.

0 comments on commit 0d9d178

Please sign in to comment.