[dev] Replace sass-lint with stylelint (#86177)

Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Dave Snider <dave.snider@gmail.com>
This commit is contained in:
Jonathan Budzenski 2021-01-15 11:52:29 -06:00 committed by GitHub
parent d2de5d0383
commit 51ba94d3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
151 changed files with 1070 additions and 1077 deletions

View file

@ -20,6 +20,6 @@
/**
* 1. Prevent inherited flexbox layout from compressing this element on IE.
*/
.remoteClustersConnectionStatus__message {
.remoteClustersConnectionStatus__message {
flex-basis: auto !important; /* 1 */
}