We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! If you try to run build in a Create React App project with augmented-ui, you'll run into a parsing bug in postcss-calc that prevents the build:
build
postcss/postcss-calc#77
You can avoid it (without ejecting) by putting this in your package.json: postcss/postcss-calc#77 (comment)
like so: https://github.com/jessmear/fcc-quote-machine/blob/b97a3576cdfc945d226c0f6b9e66cc7228d5fbcc/package.json#L25-L32
Hope it helps! Thank you for checking out augmented-ui! //James
(I'll add this to the readme soon)
The text was updated successfully, but these errors were encountered:
Hey James!
Sorry for the late reply, thank you for the fix :) Can't wait to play around with it and thank you for making it!
Cheers Ross
Sorry, something went wrong.
No branches or pull requests
Hey!
If you try to run
build
in a Create React App project with augmented-ui, you'll run into a parsing bug in postcss-calc that prevents the build:postcss/postcss-calc#77
You can avoid it (without ejecting) by putting this in your package.json:
postcss/postcss-calc#77 (comment)
like so:
https://github.com/jessmear/fcc-quote-machine/blob/b97a3576cdfc945d226c0f6b9e66cc7228d5fbcc/package.json#L25-L32
Hope it helps! Thank you for checking out augmented-ui!
//James
(I'll add this to the readme soon)
The text was updated successfully, but these errors were encountered: