Skip to content

Instantly share code, notes, and snippets.

@paulrobinson
Created August 21, 2014 08:32
Show Gist options
  • Select an option

  • Save paulrobinson/a14104698c51581d89f2 to your computer and use it in GitHub Desktop.

Select an option

Save paulrobinson/a14104698c51581d89f2 to your computer and use it in GitHub Desktop.
git diff stylesheets/sprites/_theme-light.scss
[probinso@osprey-02 www.jboss.org]$ git diff stylesheets/sprites/_theme-light.scss
diff --git a/stylesheets/sprites/_theme-light.scss b/stylesheets/sprites/_theme-light.scss
index 44feddf..4feeb2b 100644
--- a/stylesheets/sprites/_theme-light.scss
+++ b/stylesheets/sprites/_theme-light.scss
@@ -20,10 +20,6 @@ $theme-light-inline: false !default;
$theme-light-background-short-spacing: $theme-light-spacing !default;
$theme-light-background-short-repeat: $theme-light-repeat !default;
- $theme-light-background-tall-position: $theme-light-position !default;
- $theme-light-background-tall-spacing: $theme-light-spacing !default;
- $theme-light-background-tall-repeat: $theme-light-repeat !default;
-
$theme-light-sprites: sprite-map("design/theme-light/*.png",
@@ -31,10 +27,6 @@ $theme-light-inline: false !default;
$theme-light-background-short-spacing: $theme-light-background-short-spacing,
$theme-light-background-short-repeat: $theme-light-background-short-repeat,
- $theme-light-background-tall-position: $theme-light-background-tall-position,
- $theme-light-background-tall-spacing: $theme-light-background-tall-spacing,
- $theme-light-background-tall-repeat: $theme-light-background-tall-repeat,
-
$layout: $theme-light-layout,
$cleanup: $theme-light-clean-up
);
@@ -88,5 +80,5 @@ $theme-light-inline: false !default;
// Generates a class for each sprited image.
@mixin all-theme-light-sprites($dimensions: $theme-light-sprite-dimensions, $prefix: sprite-map-name($theme-light-sprites), $offset-x: 0, $offset-y: 0) {
- @include theme-light-sprites(background-short background-tall, $dimensions, $prefix, $offset-x, $offset-y);
+ @include theme-light-sprites(background-short, $dimensions, $prefix, $offset-x, $offset-y);
}
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment