Merge branch 'stable'

* stable:
  update the font-face example
This commit is contained in:
Chris Eppstein 2011-07-02 10:35:03 -07:00
commit 793965872e

View File

@ -15,7 +15,7 @@
//
// Example:
//
// +font-face("this name", font-files("this.woff", "woff", "this.otf", "opentype"), "this.eot")
// @include font-face("this name", font-files("this.woff", woff, "this.otf", opentype), "this.eot")
@mixin font-face(
$name,
$font-files,