标签:
php中可以可以调用emmet-mode.el,但是代码怎么缩进呢?
注释:c 没有用
> + ^
( ) [ ] { }
# .
* $ @
! : -
1. HTML
p[ ]{}>
lorem: default 30, you can change it.
p*4>lorem4
child:>
sibling:+
climb-up:^
multiplication:*
group:()
id and class:# .
custom attributes: []
item numbering:$
changing numbering base and direction: @- @N @-N
text:{}
.wrap>.content div.wrap>div.content
em>.info em>span.info
ul>.item*3 ul>li.item*3
table>#row$*4>[colspan=2] table>tr#row$*4>td[colspan=2]
#menu$*2>ul>li*5>a
ul.generic-list>lorem2li.item*4
2. css
p>m10
m10-10p30e5x
p → %
e → em
x → ex
#1 → #111111
#e0 → #e0e0e0
#fc0 → #ffcc00
fw400 → font-weight
P!
bd1-s-red
bd1-s#f00??
-wmso-trf
cm
标签:
原文地址:http://www.cnblogs.com/htmlphp/p/4855698.html