Hosting Test - GitHub Pages with LFS

PostCSS

Created:

Modified:

The build will fail under any of the following conditions:

CSS

::placeholder {
  color: gray;
}

CSS after PostCSS (autoprefix)

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