hallvors / next-export-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

The repository is intended to demo a problem exporting/building Next sites that use CSS variables.

With a suitable PostCSS config file (using the postcss-custom-properties plugin and a postcss.config.js file) the CSS variables work fine on running next run dev but don't work in the built/exported contents:

Example image

About


Languages

Language:JavaScript 66.8%Language:CSS 33.2%