feat(chat): support line breaks and pasted content. Closes #3108

This commit is contained in:
Gabe Kangas
2023-06-27 14:45:45 -07:00
parent bd6e263eb9
commit a354787a9e
7 changed files with 239 additions and 92 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"selector-class-pattern": null
"selector-class-pattern": null,
"no-descending-specificity": null
}
}