-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for box-decoration-break #344
Comments
Nice. We will add it to 3.2, but next week I will release PostCSS 3.0 (release should be today, but my friend send my really crazy perfomance optimization). You can help me with this feature, if you send PR to Can I Use. |
I’ve voted here: http://www.google.com/moderator/#9/e=ae425&q=ae425.6f5f51&g=box-decoration-break&v=4 I could also try to create the JSON file for this feature for Can I Use. |
@simevidas yeap, I mean JSON :) |
@ai I’ll give it a shot. Note that PRing entire JSONs is not how Can I Use operates. From what I see, @AurelioDeRosa is the only one who has ever done it (on two occasions). cc @Fyrd |
@simevidas I PRed many JSONs, there was no problem ;-). They also have good recommendations, how to fill JSON. |
@ai My mistake. I forgot to sort the contributors list by number of additions. |
Done c0a1c85. I plan to relwase it tomorrow. |
Released in 3.2 |
Great :) |
Spec: http://dev.w3.org/csswg/css-break/#break-decoration
Support:
box-decoration-break
-webkit-box-decoration-break
Live demo: http://jsbin.com/xojoro/edit?css,output
Side note: IE11 does not seem to support this feature. MDN indicates that
-ms-box-decoration-break
is supported, but from what I can see, a variation of theclone
behavior is implemented by default and it cannot be influenced by CSS. See screenshot below:The text was updated successfully, but these errors were encountered: