zola icon indicating copy to clipboard operation
zola copied to clipboard

site.css is not containing CSS - Seems to be SCSS using Vercel

Open mjovanc opened this issue 8 months ago • 1 comments

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:

Skärmavbild 2023-11-02 kl  12 27 56

Deployment output of build:

Skärmavbild 2023-11-02 kl  12 29 40

mjovanc avatar Nov 02 '23 11:11 mjovanc

@vercel

mjovanc avatar Nov 03 '23 07:11 mjovanc