Problem/Motivation
Running phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/gutenberg/css
shows the following errors/warnings.
FILE: /app/modules/contrib/gutenberg/css/admin.css
384 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/bartik.css
17 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/block-library.css
9 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/claro.css
7 | ERROR | [ ] Style definitions must end with a semicolon
8 | ERROR | [ ] Style definitions must end with a semicolon
9 | ERROR | [ ] Style definitions must end with a semicolon
10 | ERROR | [ ] Style definitions must end with a semicolon
51 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/editor.css
81 | ERROR | [x] Multiple selectors should each be on a single line
172 | ERROR | [x] Multiple selectors should each be on a single line
210 | ERROR | [x] Multiple selectors should each be on a single line
214 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/olivero.css
4 | ERROR | [x] Selectors must be on a single line
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
100 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
102 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
110 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
112 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
114 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
115 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
117 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
118 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
129 | ERROR | [ ] Class definition is empty
417 | ERROR | [x] Multiple selectors should each be on a single line
426 | ERROR | [x] Multiple selectors should each be on a single line
431 | ERROR | [x] Multiple selectors should each be on a single line
441 | ERROR | [x] Multiple selectors should each be on a single line
446 | ERROR | [x] Multiple selectors should each be on a single line
450 | ERROR | [x] Multiple selectors should each be on a single line
455 | ERROR | [x] Multiple selectors should each be on a single line
461 | ERROR | [x] Multiple selectors should each be on a single line
465 | ERROR | [x] Multiple selectors should each be on a single line
469 | ERROR | [x] Multiple selectors should each be on a single line
473 | ERROR | [x] Multiple selectors should each be on a single line
477 | ERROR | [x] Multiple selectors should each be on a single line
481 | ERROR | [x] Multiple selectors should each be on a single line
489 | ERROR | [x] Multiple selectors should each be on a single line
493 | ERROR | [x] Multiple selectors should each be on a single line
497 | ERROR | [x] Multiple selectors should each be on a single line
501 | ERROR | [x] Multiple selectors should each be on a single line
505 | ERROR | [x] Multiple selectors should each be on a single line
509 | ERROR | [x] Multiple selectors should each be on a single line
513 | ERROR | [x] Multiple selectors should each be on a single line
523 | ERROR | [x] Multiple selectors should each be on a single line
527 | ERROR | [x] Multiple selectors should each be on a single line
531 | ERROR | [x] Multiple selectors should each be on a single line
539 | ERROR | [x] Multiple selectors should each be on a single line
543 | ERROR | [x] Multiple selectors should each be on a single line
547 | ERROR | [x] Multiple selectors should each be on a single line
551 | ERROR | [x] Multiple selectors should each be on a single line
555 | ERROR | [x] Multiple selectors should each be on a single line
565 | ERROR | [x] Multiple selectors should each be on a single line
572 | ERROR | [x] Multiple selectors should each be on a single line
652 | ERROR | [x] Expected 1 newline at end of file; 0 found
FILE: /app/modules/contrib/gutenberg/css/seven.css
6 | ERROR | [ ] Style definitions must end with a semicolon
7 | ERROR | [ ] Style definitions must end with a semicolon
32 | ERROR | [x] Expected 1 newline at end of file; 0 found
Proposed resolution
Fix the errors and warnings.