postcss / postcss.org

Official website for PostCSS
https://postcss.org
MIT License
81 stars 50 forks source link

fix(index): Correct Autoprefixer pseudo‑class example #250

Closed ExE-Boss closed 5 years ago

ExE-Boss commented 5 years ago
:fullscreen {
}

gets auto‑prefixed to:

:-webkit-full-screen {
}
:-moz-full-screen {
}
:fullscreen {
}

instead of:

:-webkit-:full-screen {
}
:-moz-:full-screen {
}
:full-screen {
}
okonet commented 5 years ago

@ai something is wrong with the build script on Netlify. Cache?

ai commented 5 years ago

Sorry, I will not have time to help in next week ☹️ (anyway my experience in Netlify is not advanced)

marcustisater commented 5 years ago

@okonet @ai it didn't merge to the master branch, should be deployed to Netlify now 👍