node-cssjanus icon indicating copy to clipboard operation
node-cssjanus copied to clipboard

Does not flip shorthand properties with expressions in them

Open tgr opened this issue 5 years ago • 2 comments

padding-left: calc( 1px +1em );
padding: 1px 2px 3px 4px;
padding: 1px 2px 3px calc( 1px + 1em );

(test) The first two lines are flipped, the last is not.

tgr avatar Jan 22 '20 03:01 tgr

(Pointing out that this is another bug which was fixed in #36 .)

YairRand avatar Jan 22 '20 06:01 YairRand

I submitted a PR for it https://github.com/cssjanus/cssjanus/pull/89, it should fix it I have tried https://github.com/cssjanus/cssjanus/pull/36 did not work for me for the calc in four value notation

moabualruz avatar Aug 19 '22 11:08 moabualruz