0
是否可以格式化以下文本,以便後面的文本位於特定列(如70)中?如何對齊文本?
body:
X width: 100%
// This is comment
min->
X width: 960px
a:
&:hoover:
X family: $main_fonts
background->
X image: url('img/image.png')
X position: top center
X repeat: repeat
X color: #000
但只是對於包含X線(X在前面僅僅是示出格式化哪一行,它不是在真實文件)。我試圖通過查爾斯·坎貝爾,但沒有運氣:(使用對齊
所得到的文本應該是這樣的:
body:
width: 100%
// This is comment
min->
width: 960px
a:
&:hoover:
family: $main_fonts
background->
image: url('img/image.png')
position: top center
repeat: repeat
color: #000
是的,它工作:)謝謝! – 2011-01-22 17:24:22