File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/generators Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 535535 // @include input-group($input-group-theme-map);
536536 // }
537537
538- @if is-used (' igx-file-input' , $exclude ) {
539- $file-input-theme-map : file-input-theme (
540- $schema : $schema ,
541- );
542- $file-input-theme-map : meta .call (
543- $theme-handler ,
544- $file-input-theme-map
545- );
546- @include file-input ($file-input-theme-map );
547- }
538+ // @if is-used('igx-file-input', $exclude) {
539+ // $file-input-theme-map: file-input-theme(
540+ // $schema: $schema,
541+ // );
542+ // $file-input-theme-map: meta.call(
543+ // $theme-handler,
544+ // $file-input-theme-map
545+ // );
546+ // @include file-input($file-input-theme-map);
547+ // }
548548
549549 // @if is-used('igx-list', $exclude) {
550550 // $list-theme-map: list-theme(
You can’t perform that action at this time.
0 commit comments