blog

  1. Server-side variables in SCSS with Astro

    Published on

    With Astro, you can easily pass server-side variables into your script or style tags through define:vars directive enabling the use of server-side data in CSS at build time!

    Read more