prefixfree icon indicating copy to clipboard operation
prefixfree copied to clipboard

columns

Open mpa3b opened this issue 10 years ago • 1 comments

'columns' CSS3-property is not being processed, not mentioned in script code.

mpa3b avatar Aug 06 '14 07:08 mpa3b

I didn't find an issue with columns (possibly natively supported in the browsers I'm testing), but I did find an issue with break-inside:

-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
page-break-inside: avoid; /* Firefox */
break-inside: avoid; /* IE 10+ */

First issue I've had with this script and I've been using it for years!

daviestar avatar Dec 03 '14 16:12 daviestar