Use stylelint

This commit is contained in:
tusooa 2023-01-09 13:02:16 -05:00
commit 7dc2277453
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
125 changed files with 984 additions and 854 deletions

View file

@ -28,7 +28,7 @@
<script src="./still-image.js"></script>
<style lang="scss">
@import '../../_variables.scss';
@import "../../variables";
.still-image {
position: relative;
@ -58,13 +58,13 @@
&.animated {
&::before {
zoom: var(--_still_image-label-scale, 1);
content: 'gif';
content: "gif";
position: absolute;
line-height: 1;
font-size: 0.7em;
top: 0.5em;
left: 0.5em;
background: rgba(127, 127, 127, 0.5);
background: rgb(127 127 127 / 50%);
color: #fff;
display: block;
padding: 2px 4px;