feat(chat): support line breaks and pasted content. Closes #3108
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard-scss",
|
||||
"rules": {
|
||||
"selector-class-pattern": null
|
||||
"selector-class-pattern": null,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user