Some Google Search Console tools are unable to load CSS files and report errors when you check a “mobile friendly” site build with Grav.
I suggest to add these two lines in the default robots.txt of Grav in order to avoid these problems:
User-agent: Googlebot
Allow: *.css$
---