[ACA-1443] prettier formatting and checks (#629)

* intergrate prettier

* update settings

* integrate with travis

* unified formatting across all files
This commit is contained in:
Denys Vuika
2018-09-13 16:47:55 +01:00
committed by GitHub
parent 06402a9c72
commit 883a1971c5
163 changed files with 13571 additions and 12512 deletions

View File

@@ -1,19 +1,19 @@
.aca-context-menu {
&__more-actions::after {
margin-left: 34px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
content: '';
display: inline-block;
}
&__more-actions::after {
margin-left: 34px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
content: '';
display: inline-block;
}
&__separator {
display: block;
margin: 0;
padding: 0;
border-top-width: 1px;
border-top-style: solid;
}
}
&__separator {
display: block;
margin: 0;
padding: 0;
border-top-width: 1px;
border-top-style: solid;
}
}