getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.12k stars 925 forks source link

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

Open mjovanc opened 9 months ago

mjovanc commented 9 months ago

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 commented 9 months ago

@vercel