From a938f90fbc46bc04313be478f4e1b057b1fa3943 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 7 May 2010 08:56:53 -0700 Subject: [PATCH] [Docs] Convert some old syntax --- doc-src/content/stylesheets/_shared.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-src/content/stylesheets/_shared.sass b/doc-src/content/stylesheets/_shared.sass index acee2682..8bccfde5 100644 --- a/doc-src/content/stylesheets/_shared.sass +++ b/doc-src/content/stylesheets/_shared.sass @@ -1,3 +1,3 @@ -=gradient-bg(!color, !up=5, !down=!up) - background-color: #{!color} - +linear-gradient(color_stops(lighten(!color, !up), darken(!color,!down))) \ No newline at end of file +=gradient-bg($color, $up:5, $down: $up) + background-color: $color + +linear-gradient(color-stops(lighten($color, $up), darken($color,$down))) \ No newline at end of file