Skip to content

Conversation

kkirsche
Copy link
Contributor

@kkirsche kkirsche commented Mar 2, 2015

Add support for non-prefixed box-decoration-break
https://developer.mozilla.org/en-US/docs/Web/CSS/box-decoration-break

@nschonni
Copy link
Member

nschonni commented Mar 2, 2015

Thanks! Do you mind squashing the commits?
Also, could you add the vendor prefixed versions for -webkit- and -o-?

Add support for non-prefixed `box-decoration-break`
https://developer.mozilla.org/en-US/docs/Web/CSS/box-decoration-break

Add missing comma

Add missing comma

Add `-o-box-decoration-break`
@kkirsche
Copy link
Contributor Author

kkirsche commented Mar 2, 2015

@nschonni

  • -webkit-box-decoration-break already exists on line 218.
  • -moz-box-decoration-break exists on line 209
  • -o-box-decoration-break is now added in this.
  • Standards box-decoration-break is been added in this.

Commits have been rebased and squashed down to a single commit.

nschonni added a commit that referenced this pull request Mar 2, 2015
Add support for box-decoration-break non-prefixed
@nschonni nschonni merged commit 77e3d0b into CSSLint:master Mar 2, 2015
@nschonni nschonni added this to the v0.2.6 milestone Mar 2, 2015
@nschonni
Copy link
Member

nschonni commented Mar 2, 2015

Thanks a bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants