convert raw editor to Slate

This commit is contained in:
Shawn Erquhart
2017-07-08 23:23:14 -04:00
parent 719c105844
commit ae56ef6dda
6 changed files with 31 additions and 18 deletions

View File

@ -1,4 +1,6 @@
:root {
--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--fontFamilyMono: 'SFMono-Regular', Consolas, "Liberation Mono", Menlo, Courier, monospace;
--defaultColor: #333;
--defaultColorLight: #fff;
--backgroundColor: #fff;