Adam Wathan

Results 15 issues of Adam Wathan

Update dependency and merge when adamwathan/form 0.9 gets tagged.

Conflicts with a reasonably common PHP extension.

See discussions: https://github.com/adamwathan/eloquent-oauth/issues/33#issuecomment-75374725 https://github.com/adamwathan/eloquent-oauth-l5/issues/7

Replace attributes like `required="required"` with just `required`. Possible BC break in that __call no longer sets the value to the same value as the method/attribute name automatically, instead calls like...

Apologies for not being able to reduce this to the absolute minimum reproduction, but given this CSS: ```css .has-errors .input { background-color: #fcebea; border-color: #cc1f1a; } .has-errors .checkbox-label { background-color:...

bug

Often times in tests I define little throwaway classes at the bottom that are only used in that test. The "insert constructor property" command seems to always insert the property...

enhancement
need_help

Hey folks! I noticed currently Stylus doesn't elegantly handle at-rules inside of selectors like [`@apply`](http://tabatkins.github.io/specs/css-apply-rule/) or [`@nested`](http://tabatkins.github.io/specs/css-nesting/) which are new CSS specifications and currently transpilable with [cssnext](http://cssnext.io/). For example, Stylus...

t: Feature
s: Community

No idea on what the implementation would be, how things would be scored, or anything, but it would be cool if the home page could show trending posts so you...

enhancement
hacktoberfest

This PR introduces support for [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) in the inline direction for all relevant existing utilities, making it easier to build sites that support LTR and RTL layouts without having...