ProjectEvergreen / greenwood-getting-started

Companion repository for Greenwood's Getting Started guide
https://getting-started.greenwoodjs.io
MIT License
3 stars 6 forks source link

upgrade Greenwood v0.27.0 #66

Closed thescientist13 closed 1 year ago

thescientist13 commented 2 years ago

Related Issue

N / A

Summary of Changes

  1. Upgrade to latest version of Greenwood v0.27.0

TODO

  1. [x] font styles are broken because it looks like this type of @import is not handled (this should really be done in the <head> instead, I believe...) - https://github.com/ProjectEvergreen/greenwood/pull/999
    @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');