Emmet よく使う css
Emmetを最近使ってみてちょっと慣れてきたのでcssのだけよく使うものをまとめます。
Cheat Sheetもありますが、ある程度直感でやるほうがおもろいです。
/*color: #222;*/
c#2
/*background: #fff;*/
bg#f
/_font-size: 14px;_/
fz14
/_line-height: 1.4;_/
lh1.4
/_font-weight: bold;_/
fwb
/_text-decoration: underline;_/
tdu
/_text-align: center;_/
tac
/_width: 100px;_/
w100
/_height: 100px;_/
h100
/_float: right;_/
fr
/_float: left;_/
fll
/_margin: 10px;_/
mg10
/_margin-top: 10px;_/
mt10
/_margin-right: 10px;_/
mr10
/_margin-bottom: 10px;_/
mb10
/_margin-left: 10px;_/
ml10
/_padding: 10px;_/
pd10
/_padding-top: 10px;_/
pt10
/_padding-right: 10px;_/
pr10
/_padding-bottom: 10px;_/
pb10
/_padding-left: 10px;_/
pl10
/_position: absolute;_/
posa
/_top: 0;_/
t0
/_bottom: 0;_/
b0
/_left: 0;_/
l0
/_right: 0;_/
r0
/_border: 1px solid #000;_/
bd+
/_display: block;_/
db
/_display: none;_/
dn
/_overflow: hidden;_/
oh
/_list-style: none;_/
lisn
/_cursor: pointer;_/
curp