stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.9k stars 250 forks source link

Add vendor support for :placeholder pseudo selector #175

Open psirenny opened 11 years ago

psirenny commented 11 years ago

I'm not even sure if this is possible, but it would be awesome if writing something like this:

.button:placeholder color gray

gets converted into this:

.button::-webkit-input-placeholder, .button:-moz-placeholder, .button::-moz-placeholder, .button:-ms-input-placeholder { color: gray; }

justgook commented 11 years ago

+1

optikfluffel commented 11 years ago

:+1:

rambul commented 8 years ago

damn straight :) :+1:

jamesplease commented 8 years ago

It would be possible with something like this.

orta-sanz commented 8 years ago

Great @jmeas thanks :)

jazzzz commented 7 years ago

Wasn't it fixed with #199?