The problem it causes is: On this line https://github.com/pascalduez/postcss-apply/blob/master/src/visitor.js#L16, normally it looks like: `--toolbar-theme:` but with `postcss-nested` it looks like: `:root --test-theme: null`. Moving it before `postcss-nested` fixed it for me so might be worth mentioning that somewhere in the README :)