Hello,
I've been using ccss to manage CSS rules for a page that needs to be printed in a specific format. However, I'm running into an issue where variants of break-after are not serialized into the generated CSS unless unsupported: true is set on the object.
breakAfter and "break-after" both show up as keys in the CCSSProps type, so I was expecting these to serialize.
Hello,
I've been using
ccssto manage CSS rules for a page that needs to be printed in a specific format. However, I'm running into an issue where variants ofbreak-afterare not serialized into the generated CSS unlessunsupported: trueis set on the object.breakAfterand"break-after"both show up as keys in theCCSSPropstype, so I was expecting these to serialize.