sublime_prefixr icon indicating copy to clipboard operation
sublime_prefixr copied to clipboard

Setting opacity as transition-property causes error

Open chris5marsh opened this issue 11 years ago • 0 comments

Running sublime_prefixr on a block of CSS such as:

    transition:opacity 0.4s;

Causes that line to be changed to

    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;

As far as I know, it is only opacity which causes this behaviour.

chris5marsh avatar Oct 21 '13 14:10 chris5marsh