码迷,mamicode.com
首页 > 其他好文 > 详细

emmet的用法

时间:2015-10-05 15:34:40      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:

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

 

emmet的用法

标签:

原文地址:http://www.cnblogs.com/htmlphp/p/4855698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!