Problem/Motivation

ddev stylelint

css/redhen.icons.admin.css
   9:44  ✖  Expected double colon pseudo-element notation                               selector-pseudo-element-colon-notation
  10:25  ✖  Replace "'../icons/787878_redhen.png'" with ""../icons/787878_redhen.png""  prettier/prettier
  12:51  ✖  Expected double colon pseudo-element notation                               selector-pseudo-element-colon-notation
  13:50  ✖  Expected double colon pseudo-element notation                               selector-pseudo-element-colon-notation
  14:54  ✖  Expected double colon pseudo-element notation                               selector-pseudo-element-colon-notation
  15:25  ✖  Replace "'../icons/bf1b2a_redhen.png'" with ""../icons/bf1b2a_redhen.png""  prettier/prettier

✖ 6 problems (6 errors, 0 warnings)

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork redhen-3580101

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bluegeek9 created an issue. See original summary.

bluegeek9’s picture

Assigned: bluegeek9 » Unassigned
Status: Active » Needs review
vinodhini.e’s picture

Hi @bluegeek9,

Hi, Tested this module on Drupal 10.5.1.

Ran Stylelint on the module CSS files and was able to reproduce the reported issues.

Multiple Stylelint errors were reported.

After applying MR #28:

Re-ran Stylelint and confirmed that all issues are resolved.

No Stylelint errors found. Thanks.

paraderojether’s picture

Status: Needs review » Reviewed & tested by the community

Hi

I reviewed MR!28, and confirmed that the stylelint is now passed on GitLab CI.

Moving this RTBC!
Thank you.