thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

In Aptana d:i doesn't work and d:ib outputs as display:inline; for CSS #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type d:i in a CSS file there is no output
2. or type d:ib outputs as display:inline; instead of expect
display:inline-block;

What is the expected output? What do you see instead?

Expect output for d:i would be display:inline; but nothing is outputted or
if I type d:ib the output is display:inline; instead of expected
display:inline-block;

What version of the product are you using? On what operating system?

Aptana Studio on Mac OSX

Please provide any additional information below.

Original issue reported on code.google.com by josef.dunne on 8 Mar 2010 at 4:38

GoogleCodeExporter commented 9 years ago
line 54 of zen_settings.js:
"d:ib": "display:inline;",

There is no css snippet that produces for display:inline-block

Expected to find:
"d:i": "display:inline;",
"d:ib": "display:inline-block;",

In the ZenCodingCheatSheet it says:

display:inline;   d:i
display:inline-block;   d:ib

Original comment by webs%fla...@gtempaccount.com on 9 Mar 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Already in github repo

Original comment by serge....@gmail.com on 28 Nov 2010 at 2:36