zola
zola copied to clipboard
site.css is not containing CSS - Seems to be SCSS using Vercel
Not sure if this is Vercel specific or my configuration. I have a theme and I have set:
compile_sass = true
And in my public directory when doing zola build
a site.css file is created with all CSS (works fine). But on Vercel doing the same command it seems to have only this content in my site.css file:
@use "vendor";@use "theme"
Why? I don't really understand. This is my config at Vercel:
Deployment output of build:
@vercel