bachileha / css-x-fire

Automatically exported from code.google.com/p/css-x-fire
0 stars 0 forks source link

a !important construction not supported #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in firebug set a css-property to any tag: "width: 30px!important"
2. in phpStorm press on "Apply all changes" button of css-x-fire plugin
3.

What is the expected output? What do you see instead?
You see the style:
width: 30px;
but it must be
width: 30px!important;

What version of the product are you using? On what operating system?
CSS-x-Fire v1.23, ff8, phpStorm2.1, firebug 1.8.4, OS Windows 7

Please provide any additional information below.
Thank you for this plugin!

Original issue reported on code.google.com by johnj255...@gmail.com on 3 Dec 2011 at 12:45

GoogleCodeExporter commented 9 years ago
Thank you for the detailed report.

Original comment by ronnie.k...@gmail.com on 3 Dec 2011 at 12:53

GoogleCodeExporter commented 9 years ago
Fixed for next release (1.24)

Original comment by ronnie.k...@gmail.com on 4 Dec 2011 at 2:18