X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/variables/_core.scss diff --git a/resources/themes/stylesheets/ext4/default/variables/_core.scss b/resources/themes/stylesheets/ext4/default/variables/_core.scss index 029d2a9d..2ea7f501 100644 --- a/resources/themes/stylesheets/ext4/default/variables/_core.scss +++ b/resources/themes/stylesheets/ext4/default/variables/_core.scss @@ -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;