mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
The main change apart from upgrading to their latest versions node modules (except for `autoprefixer` which version 10 causes an issue with postCSS) is to stop using the deprecated `stylelint-config-wordpress` in favor of `@wordpress/stylelint-config` Fixes #8572 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13113 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
11 lines
324 B
Text
11 lines
324 B
Text
{
|
|
"extends": "@wordpress/stylelint-config/scss",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"selector-pseudo-element-colon-notation": null,
|
|
"selector-id-pattern": null,
|
|
"selector-class-pattern": null,
|
|
"no-duplicate-selectors": null,
|
|
"font-family-no-missing-generic-family-keyword": null
|
|
}
|
|
}
|