Make WordPress Core


Ignore:
Timestamp:
10/15/2019 06:45:02 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings trunk’s version of Twenty Twenty in-sync with GitHub.

For a complete list of changes since [46445], see https://github.com/WordPress/twentytwenty/compare/7246fd6...bc89c51.

Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, netweb, joyously, mahesh901122, josephscott, byalextran, amolv, Clorith.
See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/.stylelintrc.json

    r46271 r46551  
    11{
    2     "extends": "stylelint-config-wordpress",
     2    "extends": [
     3        "stylelint-config-wordpress"
     4    ],
     5    "plugins": ["stylelint-a11y"],
    36    "rules": {
    47        "font-family-no-missing-generic-family-keyword": null,
    5         "no-descending-specificity": null
     8        "no-descending-specificity": null,
     9        "a11y/no-outline-none": true,
     10        "a11y/selector-pseudo-class-focus": true
    611    }
    712}
Note: See TracChangeset for help on using the changeset viewer.