chore: output blank css files to avoid broken builds (#1724)

This commit is contained in:
Shawn Erquhart
2018-09-06 16:59:18 -04:00
committed by GitHub
parent a84ec97071
commit b58d6fe651
5 changed files with 34 additions and 2 deletions

View File

@ -0,0 +1,5 @@
/**
* Netlify CMS 2.0 moved from static CSS to CSS-in-JS. Some site builds are configured to look
* for `cms.css`, and will break when it's missing, so we're putting out this blank file to help.
* We'll eventually remove it, so please update your build to not require it.
*/