chore: lint with prettier on build

This commit is contained in:
Lucas Larroche 2022-10-15 23:22:12 +07:00
parent bf62c8ce09
commit 670826069b
40 changed files with 221 additions and 233 deletions

View file

@ -45,8 +45,7 @@ dialog {
> header,
> footer {
padding: calc(var(--block-spacing-vertical) * 0.5)
var(--block-spacing-horizontal);
padding: calc(var(--block-spacing-vertical) * 0.5) var(--block-spacing-horizontal);
}
> header {
@ -135,7 +134,7 @@ dialog {
dialog {
animation-duration: ($animation-duration * 4);
animation-name: modal-overlay ;
animation-name: modal-overlay;
> article {
animation-delay: $animation-duration;
@ -165,4 +164,4 @@ dialog {
opacity: 0;
}
}
}
}