I have some lines in a sass file:
.menu
ul
xx: xx
li
xx: xx
a
xx: xx
.others
xx: xx
If I want to move the entire .menu
part to right for a width of tab, I should use 7>>
. It's so boring that I have to count there are how many lines in the .menu
.
Is there any simple way to do this? I mean, to move a node and its children at the same time