Skip to content

Add support for box-decoration-break non-prefixed #138

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

Merged
merged 1 commit into from
Mar 2, 2015
Merged

Add support for box-decoration-break non-prefixed #138

merged 1 commit into from
Mar 2, 2015

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