This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 2121//
2222
2323// Selector '.mdc-*' should only be used in this project.
24- // stylelint-disable selector-class-pattern
24+ // stylelint-disable selector-class-pattern --
25+ // TODO: document why this disable is neccessary
2526
2627@use ' sass:list' ;
2728@use ' sass:meta' ;
234235 }
235236
236237 // postcss-bem-linter: define text-field-helper-text
237- // stylelint-disable plugin/selector-bem-pattern
238+ // stylelint-disable plugin/selector-bem-pattern --
239+ // TODO: document why this disable is neccessary
238240 .mdc-text-field-helper-line {
239241 @include feature-targeting .targets ($feat-structure ) {
240242 display : flex ;
253255 // postcss-bem-linter: end
254256
255257 // mdc-form-field tweaks to align text field label correctly
256- // stylelint-disable selector-max-type
258+ // stylelint-disable selector-max-type --
259+ // TODO: document why this disable is neccessary
257260 .mdc-form-field > .mdc-text-field + label {
258261 @include feature-targeting .targets ($feat-structure ) {
259262 align-self : flex-start ;
19221925 max-height : 100% ;
19231926 max-width : 100% ;
19241927 min-height : variables .$height ;
1925- // stylelint-disable declaration-block-no-duplicate-properties
1928+ // stylelint-disable declaration-block-no-duplicate-properties --
1929+ // TODO: document why this disable is neccessary
1930+
19261931 // 'stretch' is the preferred rule here. It will allow the textarea to grow
19271932 // to the min/max width of the container, but if an explicit width is set,
19281933 // it cannot be resized horizontally.
You can’t perform that action at this time.
0 commit comments