Jwing28 / zen-coding

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

"!important" property is not being included within the declaration block after expanding the abbreviation. #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.example: td:n!

What is the expected output? What do you see instead?
expected output: text-decoration: none !important;
actual output: text-decoration: none; !important

What version of the product are you using? On what operating system?
Notepad++ plugin on windows xp sp3

Please provide any additional information below.

Original issue reported on code.google.com by shantanu...@gmail.com on 12 Sep 2010 at 2:47

GoogleCodeExporter commented 9 years ago
Need to upgrade abbreviation parser for CSS, "!" treats as a separate 
abbreviation, not a part of previous one.

Original comment by serge....@gmail.com on 12 Sep 2010 at 8:36

GoogleCodeExporter commented 9 years ago
hi,

just wanted to check f this issue has been rectified and how to get it to work 
on my n++?

Original comment by shantanu...@gmail.com on 22 Oct 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Fixed in github repo

Original comment by serge....@gmail.com on 5 Dec 2010 at 4:20

GoogleCodeExporter commented 9 years ago
working now.. thanks!

Original comment by shantanu...@gmail.com on 30 Dec 2010 at 1:19