DEV: adds prettier (#5956)

Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn`

It's recommended to configure your editor to run prettier on file save.
This commit is contained in:
Joffrey JAFFEUX
2018-06-08 11:49:31 +02:00
committed by GitHub
parent 8bd4c11f53
commit 174d392e5a
118 changed files with 2558 additions and 1874 deletions

View File

@@ -18,8 +18,8 @@ summary:first-of-type {
}
summary:before {
content: '\25BA';
margin-right: .25em;
content: "\25BA";
margin-right: 0.25em;
}
details[open] > * {
@@ -27,12 +27,12 @@ details[open] > * {
}
details[open] > summary:before,
details.open > summary:before {
content: '\25BC';
details.open > summary:before {
content: "\25BC";
}
details[open] > summary:first-of-type ~ *,
details.open > summary:first-of-type ~ * {
details.open > summary:first-of-type ~ * {
display: block;
}
@@ -46,11 +46,9 @@ details .lazyYT-container {
display: none;
}
.elided {
summary:before {
content: '' !important;
content: "" !important;
display: none;
}
@@ -68,7 +66,6 @@ details .lazyYT-container {
border: 1px solid #ddd;
width: 21px;
line-height: 12px;
}
summary:hover {