geno/wp-content/plugins/woo-cart-abandonment-recovery/.stylelintrc

12 lines
314 B
Text
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
{
"extends": "@wordpress/stylelint-config",
"rules": {
"function-parentheses-space-inside": "always",
"selector-pseudo-class-parentheses-space-inside": "always",
"rule-empty-line-before": null,
"comment-empty-line-before": null,
"selector-class-pattern": null,
"no-descending-specificity": null
}
}