Problem/Motivation

There are a few stylelint errors that should be fixed:

menu_select-2.0.x/css/menu_select.css
   39:78   ✖  Expected double colon pseudo-element notation                                    selector-pseudo-element-colon-notation
   62:3    ✖  Unexpected vendor-prefixed property "-ms-transform"                              property-no-vendor-prefix
   63:3    ✖  Unexpected vendor-prefixed property "-webkit-transform"                          property-no-vendor-prefix
   67:90   ✖  Expected double colon pseudo-element notation                                    selector-pseudo-element-colon-notation
   78:90   ✖  Expected double colon pseudo-element notation                                    selector-pseudo-element-colon-notation
   88:78   ✖  Expected class selector ".menu-select-menu-link--has-children" to be kebab-case  selector-class-pattern
   88:114  ✖  Expected double colon pseudo-element notation                                    selector-pseudo-element-colon-notation
  101:78   ✖  Expected class selector ".menu-select-menu-link--has-children" to be kebab-case  selector-class-pattern
  105:78   ✖  Expected class selector ".menu-select-menu-link--has-children" to be kebab-case  selector-class-pattern
  105:123  ✖  Expected double colon pseudo-element notation                                    selector-pseudo-element-colon-notation

✖ 10 problems (10 errors, 0 warnings)
  7 errors potentially fixable with the "--fix" option.
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

andrii momotov created an issue. See original summary.

andrii momotov’s picture

Assigned: Unassigned » andrii momotov

I assigned the task myself because I plan to fix this issue and make a Merge Request.
Please do not work on this issue.

andrii momotov’s picture

Assigned: andrii momotov » Unassigned
Status: Active » Needs review

Created MR. Please review. Thanks.

andrii momotov’s picture

Status: Needs review » Fixed

MR merged. Thanks.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.