refactor: give custom properties better names

This commit is contained in:
Sebin Nyshkim 2022-09-28 02:16:53 +02:00
parent 2bc11a85d8
commit 0145c7f70c
5 changed files with 49 additions and 43 deletions

View file

@ -12,7 +12,7 @@
<style lang="scss">
.figure {
max-width: var(--container-width-images);
max-width: var(--refimage-max-width);
margin: 0 auto;
&__image {