mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
NB : this feature is also only available in the BP Nouveau template pack. The Priority Navigations theme compat feature is used to make sure BP Single items primary and secondary navigations are displayed on a single row/line no matter how many items these navigations are containing. When there's not enough space to display all the items on this row/line, an ellipsis is inserted and hovering on it shows the remaining nav items into a dropdown menu. This commit also make sure the BP Customizer sections are neutralized so that the Customizer is not loaded on front-end when a Block Theme is active to start complying with the fact these kind of themes are not using the Customizer. See #9030 See https://github.com/buddypress/buddypress/pull/197 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13652 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
12 lines
371 B
Text
12 lines
371 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,
|
|
"selector-list-comma-newline-after": null
|
|
}
|
|
}
|