From 6c6d4681b5d9023fa192c6ae21089f3d2d4579b3 Mon Sep 17 00:00:00 2001 From: Mark Perkins Date: Tue, 26 Jun 2012 11:38:35 +0100 Subject: [PATCH] Fix partial mixin notes links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7254fee..e50e4b1 100644 --- a/README.md +++ b/README.md @@ -682,7 +682,7 @@ Augments the `.sprite-sized()` mixin to include image replacement properties as ### .sprite-image() -A [partial mixin](#optimising-output-using--partial--mixins). Just sets the background-image property to the `@sprite-image`. Useful in combination with the other sprite partial mixins below. +A [partial mixin](#optimising-output-using-partial-mixins). Just sets the background-image property to the `@sprite-image`. Useful in combination with the other sprite partial mixins below. ```css .sprite-image([<@sprite-image>]); @@ -704,7 +704,7 @@ A [partial mixin](#optimising-output-using--partial--mixins). Just sets the back ### .sprite-pos() -A [partial mixin](#optimising-output-using--partial--mixins). Generates the correct background-position property according to the position and grid. Useful in combination with the other sprite partial mixins. +A [partial mixin](#optimising-output-using-partial-mixins). Generates the correct background-position property according to the position and grid. Useful in combination with the other sprite partial mixins. ```css .sprite-pos(<@x>, <@y>); @@ -726,7 +726,7 @@ A [partial mixin](#optimising-output-using--partial--mixins). Generates the corr ### .sprite-pos-sized() -Similar to the `.sprite-pos()` [partial mixin](#optimising-output-using--partial--mixins) above, but includes the ability to set the size of the element. +Similar to the `.sprite-pos()` [partial mixin](#optimising-output-using-partial-mixins) above, but includes the ability to set the size of the element. ```css .sprite-pos-sized(<@x>, <@y>, <@width>, <@height>);