File tree 6 files changed +4
-10
lines changed
material-experimental/mdc-helpers
6 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"defaultSeverity" : " error" ,
3
+ "reportNeedlessDisables" : true ,
4
+ "reportInvalidScopeDisables" : true ,
3
5
"plugins" : [
4
6
" ./tools/stylelint/loader-rule.js" ,
5
7
" ./tools/stylelint/no-prefixes/index.ts" ,
Original file line number Diff line number Diff line change 220
220
"semver" : " ^7.3.4" ,
221
221
"send" : " ^0.17.1" ,
222
222
"shelljs" : " ^0.8.3" ,
223
- "stylelint" : " ^13.8.0 " ,
223
+ "stylelint" : " ^13.13.1 " ,
224
224
"terser" : " ^4.8.0" ,
225
225
"ts-node" : " ^9.1.1" ,
226
226
"tsickle" : " 0.39.1" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ $mat-typography-mdc-level-mappings: (
96
96
97
97
// Configures MDC's global variables to reflect the given theme, applies the given styles,
98
98
// then resets the global variables to prevent unintended side effects.
99
- // stylelint-disable-next-line material/theme-mixin-api
100
99
@mixin mat-using-mdc-theme ($config ) {
101
100
$primary : theming .get-color-from-palette (map .get ($config , primary ));
102
101
$accent : theming .get-color-from-palette (map .get ($config , accent ));
@@ -187,7 +186,6 @@ $mat-typography-mdc-level-mappings: (
187
186
188
187
// Configures MDC's global variables to reflect the given typography config,
189
188
// applies the given styles, then resets the global variables to prevent unintended side effects.
190
- // stylelint-disable-next-line material/theme-mixin-api
191
189
@mixin mat-using-mdc-typography ($config ) {
192
190
// Save the original values.
193
191
$orig-mdc-typography-styles : mdc-typography .$styles ;
Original file line number Diff line number Diff line change 171
171
@return $config ;
172
172
}
173
173
174
- // stylelint-disable material/theme-mixin-api
175
-
176
174
/// Emits baseline typographic styles based on a given config.
177
175
/// @param {Map} $config-or-theme A typography config for an entire theme.
178
176
/// @param {String} $selector Ancestor selector under which native elements, such as h1, will
263
261
margin : 0 0 64px ;
264
262
}
265
263
}
266
-
267
- // stylelint-enable material/theme-mixin-api
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ $drawer-side-drawer-z-index: 2;
7
7
$drawer-backdrop-z-index : 3 ;
8
8
$drawer-over-drawer-z-index : 4 ;
9
9
10
- // stylelint-disable max-line-length
11
10
// Mixin that creates a new stacking context.
12
11
// see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
13
- // stylelint-enable
14
12
@mixin drawer-stacking-context ($z-index : 1 ) {
15
13
position : relative ;
16
14
Original file line number Diff line number Diff line change @@ -12619,7 +12619,7 @@ style-search@^0.1.0:
12619
12619
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
12620
12620
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
12621
12621
12622
- stylelint@^13.8.0 :
12622
+ stylelint@^13.13.1 :
12623
12623
version "13.13.1"
12624
12624
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.13.1.tgz#fca9c9f5de7990ab26a00f167b8978f083a18f3c"
12625
12625
integrity sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==
You can’t perform that action at this time.
0 commit comments