chore: move local dev env to netlify-cms (#1538)

This commit is contained in:
Shawn Erquhart
2018-07-28 17:11:29 -04:00
committed by GitHub
parent f7dba877af
commit 892c51ce86
17 changed files with 50 additions and 496 deletions

21
dev-test/example.css Normal file
View File

@ -0,0 +1,21 @@
html,
body {
color: #444;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
padding: 20px;
}
h1 {
margin-top: 20px;
color: #666;
font-weight: bold;
font-size: 32px;
}
img {
max-width: 100%;
}