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

placeholderの指定はautoprefixerじゃ展開されないぽいのでmixin用意する #3

Open
harapeko opened this issue Oct 11, 2017 · 0 comments

Comments

@harapeko
Copy link
Owner

harapeko commented Oct 11, 2017

=placeholder
  &:placeholder-shown
      @content
  &::-webkit-input-placeholder
      @content
  &:-moz-placeholder
      opacity: 1
      @content
  &::-moz-placeholder
      opacity: 1
      @content
  &:-ms-input-placeholder
      @content
@harapeko harapeko changed the title placeholderのcss指定はautoprefixerじゃ展開されないぽいのでmixin用意する placeholderの指定はautoprefixerじゃ展開されないぽいのでmixin用意する Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant