Chris Rebert

Results 98 issues of Chris Rebert

Apple might fix the bug eventually. Stating the most-recently-checked-affected-version will aid in keeping the section accurate & up-to-date.

Yay! See http://www.mozilla.org/en-US/firefox/30.0/releasenotes/ The "Firefox and `` buttons" entry should be updated accordingly.

Context: https://github.com/twbs/bootstrap/issues/12832, https://github.com/twbs/bootstrap/issues/12256 (among others)

See http://philipwalton.com/articles/what-no-one-told-you-about-z-index/

Example: ``` scss @mixin label-variant($color) { &[href] { background-color: $color; } } ```

Example: ``` scss .foo { backface-visibility: hidden; perspective: 1000px; } ```

Example: ``` scss .foo { touch-action: manipulation; } ``` Docs regarding the property: - https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action - https://www.w3.org/TR/pointerevents/#the-touch-action-css-property - https://w3c.github.io/pointerevents/#the-touch-action-css-property

# [**THIS PACKAGE IS CURRENTLY UNMAINTAINED!**](https://github.com/twbs/grunt-css-flip/blob/master/README.md#this-package-is-no-longer-maintained) ## Your issue WILL BE IGNORED unless it's regarding taking over ownership of this package.

This theoretically addresses #43, modulo one usability nit. Haven't had a chance to test it out though. @bobholt @Blackbaud-BobbyEarl I'd appreciate it if one of you could take this for...

bug

Prerequisite: #50, since several Spray and older Akka libraries don't have JARs for Scala 2.12

enhancement
help wanted