File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ common --announce_rc
2
+
1
3
###############################
2
4
# Filesystem interactions #
3
5
###############################
@@ -118,10 +120,12 @@ build:remote --remote_accept_cached=true
118
120
# Enable debugging tests with --config=debug
119
121
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results
120
122
123
+
121
124
################################
122
125
# Local Environment Setup #
123
126
# Needs to be last statement #
124
127
################################
125
128
# Load any settings which are specific to the current user. Needs to be *last* statement
126
129
# in this config, as the user configuration should be able to overwrite flags from this file.
127
130
try-import .bazelrc.user
131
+ import %workspace%/.circleci/bazel.rc
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ build --repository_cache=/home/circleci/bazel_repository_cache
17
17
# and we don't want to accidentally run out of memory.
18
18
build --local_ram_resources=14336
19
19
build --local_cpu_resources=8
20
+
Original file line number Diff line number Diff line change 49
49
@include mat-card-theme ($theme-or-color-config );
50
50
@include mat-checkbox-theme ($theme-or-color-config );
51
51
@include mat-chips-theme ($theme-or-color-config );
52
- @include mat-table-theme ($theme-or-color-config );
52
+ // @include mat-table-theme($theme-or-color-config);
53
53
@include mat-datepicker-theme ($theme-or-color-config );
54
54
@include mat-dialog-theme ($theme-or-color-config );
55
55
@include mat-divider-theme ($theme-or-color-config );
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ng_module(
31
31
32
32
sass_library (
33
33
name = "table_scss_lib" ,
34
- srcs = [ "_table-theme .scss" ],
34
+ srcs = glob ([ "**/_* .scss" ]) ,
35
35
deps = ["//src/material/core:core_scss_lib" ],
36
36
)
37
37
You can’t perform that action at this time.
0 commit comments