Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / variables / _core.scss
index 029d2a9..2ea7f50 100644 (file)
@@ -43,6 +43,12 @@ $base-gradient: 'matte' !default;
 $base-color   : #C0D4ED !default;
 $neutral-color: #eeeeee !default;
 
+/**
+ * @var {boolean} $include-not-found-images
+ * True to include files which are not found when compiling your SASS
+ */
+$include-missing-images: true !default;
+
 /**
  * @var {boolean} $include-ie
  * True to include Internet Explorer specific rules
@@ -98,4 +104,11 @@ $scope-reset-css: false !default;
  * @var {color} $css-shadow-background-color
  * The base color for CSS shadows
  */
-$css-shadow-background-color: #ccc !default;
\ No newline at end of file
+$css-shadow-background-color: #ccc !default;
+
+
+/**
+ * @var {color} $include-shadow-images
+ * True to include all shadow images.
+ */
+$include-shadow-images: true !default;