Merge pull request #3200 from matrix-org/jryans/stylelint-all-files

Run stylelint on all SCSS files
This commit is contained in:
J. Ryan Stinnett 2019-07-11 09:38:18 +01:00 committed by GitHub
commit 9b3848d083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 391 additions and 397 deletions

View file

@ -56,6 +56,6 @@ export default class DateSeparator extends React.Component {
}
render() {
return <h2 className="mx_DateSeparator"><hr /><date>{ this.getLabel() }</date><hr /></h2>;
return <h2 className="mx_DateSeparator"><hr /><div>{ this.getLabel() }</div><hr /></h2>;
}
}