X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/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..cbaf2f01 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: false !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;