refactor: slash as division code in sass #58

This commit is contained in:
Sivan 2021-09-16 11:09:08 +08:00
parent 4bec7525aa
commit f1673dc827
8 changed files with 5469 additions and 34 deletions

View file

@ -7,7 +7,7 @@
ul,
ol,
dl {
margin-block-start: $line-height-size-normal / 2;
margin-block-start: $line-height-size-normal * 0.5;
margin-block-end: $line-height-size-normal;
}