Skip to content

PostcssでAutoprefixerを導入#10

Open
shunwitter wants to merge 1 commit into
5x/section/10from
5x/section/10_autoprefixer
Open

PostcssでAutoprefixerを導入#10
shunwitter wants to merge 1 commit into
5x/section/10from
5x/section/10_autoprefixer

Conversation

@shunwitter
Copy link
Copy Markdown
Owner

@shunwitter shunwitter commented Apr 12, 2021

講座のレポジトリにはマージしない予定。
Autoprefixer が本当に必要かどうか確認して導入してください。

ビルド結果

::-webkit-input-placeholder {
  color: blue; }

::-moz-placeholder {
  color: blue; }

::-ms-input-placeholder {
  color: blue; }

::placeholder {
  color: blue; }

.test-element {
  position: -webkit-sticky;
  position: sticky;
  display: flex; }

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

Successfully merging this pull request may close these issues.

1 participant