Use npm-run-all instead of concurrently

This commit is contained in:
Josh Johnson 2018-10-13 11:19:24 +01:00
parent 9d25e21fd7
commit 5ed1aad9fe
4 changed files with 592 additions and 573 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -19,10 +19,7 @@
.choices.is-disabled .choices__input {
background-color: #EAEAEA;
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
}
.choices.is-disabled .choices__item {
@ -305,10 +302,7 @@
.choices__item--disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
opacity: .5;
}
@ -323,8 +317,7 @@
.choices__button {
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
border: 0;
background-color: transparent;
background-repeat: no-repeat;