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

This commit is contained in:
coderaiser 2017-11-27 13:54:07 +02:00
parent 0d48c6b1e9
commit b64ed343c2
5 changed files with 33 additions and 37 deletions

View file

@ -104,6 +104,12 @@
.current-file a {
color: white;
}
.text-file::before {
color: rgba(26, 224, 124, 0.56);
content: '\e80d';
}
.current-file .text-file::before {
color: white;
}
@ -129,11 +135,6 @@
content: '\e807';
}
.text-file::before {
color: rgba(26, 224, 124, 0.56);
content: '\e80d';
}
.text-file {
background-image: none;
}