]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update typography.html 4385/head
authorJulia Elman <juliaelman@users.noreply.github.com>
Fri, 7 Feb 2014 17:04:02 +0000 (12:04 -0500)
committerJulia Elman <juliaelman@users.noreply.github.com>
Fri, 7 Feb 2014 17:04:02 +0000 (12:04 -0500)
Changing file reference in docs to `type.scss` instead of `typography.scss`

doc/pages/components/typography.html

index a2062762e6fc0937668deda952814452287e1b52..464d425ca92bcbedcfcb6d70921f4cfae1e26f9e 100644 (file)
@@ -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}}