From: Julia Elman Date: Fri, 7 Feb 2014 17:04:02 +0000 (-0500) Subject: Update typography.html X-Git-Tag: v5.2.0~61^2~9^2^2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4385%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update typography.html Changing file reference in docs to `type.scss` instead of `typography.scss` --- diff --git a/doc/pages/components/typography.html b/doc/pages/components/typography.html index a2062762e..464d425ca 100644 --- a/doc/pages/components/typography.html +++ b/doc/pages/components/typography.html @@ -190,6 +190,6 @@ If the default "foundation" import was commented out, then make sure you import {{#markdown}} ```scss -@import "foundation/components/typography"; +@import "foundation/components/type"; ``` {{/markdown}}