feature(package) stylelint-config-standard v13.0.0

This commit is contained in:
coderaiser 2016-08-30 19:29:52 +03:00
parent 6a101b4053
commit a056753edc
4 changed files with 1 additions and 7 deletions

View file

@ -97,7 +97,6 @@
/* текущий файл под курсором */
.current-file {
background-color: rgb(49, 123, 249);
background-color: rgba(49, 123, 249, .40);
color: white;
}
@ -111,7 +110,6 @@
/* меняем иконки на шрифтовые */
.mini-icon {
color : rgb(246, 224, 124);
color : rgba(246, 224, 124, 0.56);
font : 16px 'Fontello';
background-image: none;
@ -132,7 +130,6 @@
}
.text-file::before {
color: rgb(26, 224, 124);
color: rgba(26, 224, 124, 0.56);
content: '\e80d';
}

View file

@ -41,7 +41,6 @@ body, pre, code {
.panel, .cmd-button {
border: 1.5px solid;
border-color: rgb(49, 123, 249);
border-color: rgba(49, 123, 249, 0.4);
}
@ -176,7 +175,6 @@ body, pre, code {
}
.selected-panel {
border-color: rgb(254, 159, 224);
border-color: rgba(254, 159, 224, .40);
}

View file

@ -14,7 +14,6 @@
.view-overlay {
display : block;
background : rgb(255, 255, 255);
background : rgba(255, 255, 255, 0.1);
}

View file

@ -137,7 +137,7 @@
"redrun": "^5.0.0",
"shortdate": "^1.0.1",
"stylelint": "^7.0.2",
"stylelint-config-standard": "^12.0.0",
"stylelint-config-standard": "^13.0.0",
"tape": "^4.4.0",
"version-io": "^1.2.5",
"yaspeller": "^2.6.0"