Zeh Fernandes
Zeh Fernandes
It is working in my tests. What are the vercel url are you using?
hmmm the URL is right. I couldn't reproduce the error with my test projects. Maybe if you have time we can add some console.logs (https://github.com/zehfernandes/get-vercel-source-code/blob/main/index.js#L63) to this function and paste...
Thanks for reporting. 👍
OHH! This JSON config file is amazing. 😍
Update: The output code of `tachyons --customMedia` contains whitespace in variable name ```css .pa0 { padding: var( --spacing-none ); } ``` The plugin [postcss-css-variable](https://github.com/MadLittleMods/postcss-css-variables) has an issue https://github.com/MadLittleMods/postcss-css-variables/issues/27 about the...