Chris Rebert

Results 122 comments of Chris Rebert

> the usual recommendation is to do a depot cleanup Of course, but there can be significant time lag between marking something deprecated and actually executing the cleanup (prioritization is...

http://getbootstrap.com/components/#navbar-brand-image

> not sure that can be fully expressed with CSS selectors though No worries, we don't have that limitation. We try to express the constraints using selectors where possible, but...

I'm not opposed in principle, so long as it's Bootstrap-specific. Though Bootstrap v4 will be coming relatively soon, and one of the goals there is to add some JavaScript that...

The 32-bit arch might indeed be the problem: https://github.com/jmreidy/sauce-tunnel/issues/27

@chrismbarr I would gladly accept a PR for such a linter, with the caveat that it be disabled by default so that folks who've opted not to go "full Bootstrap"...

We don't currently have a proper infrastructure for disabled-by-default rules, but it'd be reasonably straightforward to add. I'm willing to meet you halfway. If you PR your rule as a...

@MikeRankin Bootlint currently only supports Bootstrap 3.

This is a limitation of Bootstrap's `.form-control` class as opposed to the HTML standard. See http://getbootstrap.com/css/#callout-input-needs-type See also https://github.com/twbs/bootlint/wiki/W017 , which is only a warning rather than an error precisely...