refactor: slash as division code in sass #58
This commit is contained in:
parent
4bec7525aa
commit
f1673dc827
8 changed files with 5469 additions and 34 deletions
|
@ -13,8 +13,8 @@
|
|||
|
||||
// 多栏排版时减半段间距
|
||||
p {
|
||||
margin-block-start: $std-block-unit / 2 / 2;
|
||||
margin-block-end: $std-block-unit / 2;
|
||||
margin-block-start: $std-block-unit * 0.5 * 0.5;
|
||||
margin-block-end: $std-block-unit * 0.5;
|
||||
text-indent: $text-indent-length;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue