protoc / zen-coding

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

in css file font-size expands to html #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open css file
2. create new class .foo {}
3. type in font-size: and it converts it to <font-size:></font-size:>

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

font-size:

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

DW CSS 5.5 downloaded Zen-Coding on 8/4/11

Please provide any additional information below.

looks like it's confused about being in a css file and thingk it's in an html 
file maybe.

Original issue reported on code.google.com by noho...@gmail.com on 5 Aug 2011 at 6:13

GoogleCodeExporter commented 8 years ago
That's how Zen Coding is designed for now. I don't like it either, but I don't 
want to change this behavior until it will be changed in core.

Original comment by GreLIm...@gmail.com on 6 Oct 2011 at 3:41

GoogleCodeExporter commented 8 years ago
New ZC release will feature new CSS resolver which will expand unknown 
abbreviations into CSS properties (`foo` → `foo: |;`)

Original comment by serge....@gmail.com on 25 Jun 2012 at 9:01