Skip to content
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

New Rule: detect properties conflict #237

Open
zallek opened this issue Sep 30, 2015 · 1 comment
Open

New Rule: detect properties conflict #237

zallek opened this issue Sep 30, 2015 · 1 comment

Comments

@zallek
Copy link
Contributor

zallek commented Sep 30, 2015

Hi, It would be great to have a rule to detect properties conflicts.

Example:
The following would raise an error. As float: left has no effect on a flex item.

.comment {
  display: flex;
  float: left;
}

Would be great to find an exhaustive list of css properties conflicts.

@DanPurdy
Copy link
Member

If you can find a list I'd be happy to look at it but I think the problem you will have is when using some of these as fallbacks.. I'm typing this on my phone but I think that would have an effect in ie8 for example..

@DanPurdy DanPurdy added the rule label Oct 9, 2015
@Snugug Snugug modified the milestones: 1.4.0, 1.5/0 Nov 16, 2015
@DanPurdy DanPurdy modified the milestones: 1.5.0, 1.6.0 Jan 28, 2016
@DanPurdy DanPurdy modified the milestone: 1.7.0 May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants