- Issue created by @lostcarpark
- 🇮🇪Ireland lostcarpark
I have applied stylelint fixes by running
ddev stylelint --fix
.This has mostly just corrected style ordering, but there were a couple of cases of "0" being used with units, and a
first-letter
pseudo-class referenced without double colon.I don't think these changes should change how anything is displayed, but it would be prudent for someone more familiar with how it should format than me to give it a quick visual inspection.
- Status changed to Needs review
about 1 year ago 2:35pm 24 March 2024 - 🇮🇪Ireland lostcarpark
I've also set the stylelint check to
allow_failure: false
, which will prevent future CSS changes that don't pass from being merged.Setting to "needs review".
- First commit to issue fork.
-
mandclu →
committed e0db1841 on 4.1.x authored by
lostcarpark →
Issue #3433214: GitLab CI - Stylelint fixes
-
mandclu →
committed e0db1841 on 4.1.x authored by
lostcarpark →
- Status changed to Fixed
about 1 year ago 4:54pm 24 March 2024 - 🇨🇦Canada mandclu
@lostcarpark thank you for identifying this, and for providing a fix. The only change I was concerned about was the change from one colon to two for the first-letter selector, but I was able to manually verify that everything still looks as expected. From what I understand this could present an issue for anyone on older versions of Internet Explorer, but I don't believe they should be supported at this point anyway.
Merged in, and will include in a new release shortly.
Automatically closed - issue fixed for 2 weeks with no activity.