- π¬π§United Kingdom longwave UK
#3332023: Remove non-standard tap-highlight-color and touch-callout CSS properties β also proposes removing these, we should enable the rule after that is done.
Follow-up to
#2865971: Use stylelint as opposed to csslint in core β
. Configure the property-no-unknown
to be consistent with
https://www.drupal.org/docs/develop/standards/css/css-coding-standards β
Brief instructions on running stylelint - you'll need npm...
All the commands below take place in DRUPAL_ROOT/core
To install stylelint
npm install
This will install Drupal 8's npm dependencies of which stylelint is one.
To run it on all core css files. Apply this issue's patch and do the following command from DRUPAL_ROOT/core
npm run lint:css
None
None
Postponed
10.1 β¨
Last updated
It involves the content or handling of Cascading Style Sheets.
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
#3332023: Remove non-standard tap-highlight-color and touch-callout CSS properties β also proposes removing these, we should enable the rule after that is done.