Closed aiphton closed 3 weeks ago
@nextui-org/navbar@2.0.37
When I try to build my application for production I get a bunch of errors like these:
▲ [WARNING] Unexpected "(" [css-syntax-error]
<stdin>:1:45881: 1 │ ...iable})/${opacityValue})`; } if (opacityVariable) { return `hsl(... ╵ ^
▲ [WARNING] Expected ":" [css-syntax-error]
<stdin>:1:45907: 1 │ ... } if (opacityVariable) { return `hsl(var(${nextuiColorVariable}... │ ^ ╵ :
<stdin>:1:46006: 1 │ ...${opacityVariable})))`; } return `hsl(var(${nextuiColorVariable}... │ ^
No response
npm run build
Building without error messages
Ubuntu (WSL)
Chrome
ENG-1501 [BUG] - Many warnings while building
please provide a sandbox.
After further investigation I discovered this issue is not from nextui but from aceternity. I will close this issue.
NextUI Version
@nextui-org/navbar@2.0.37
Describe the bug
When I try to build my application for production I get a bunch of errors like these:
▲ [WARNING] Unexpected "(" [css-syntax-error]
▲ [WARNING] Expected ":" [css-syntax-error]
▲ [WARNING] Expected ":" [css-syntax-error]
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
npm run build
Expected behavior
Building without error messages
Screenshots or Videos
Operating System Version
Ubuntu (WSL)
Browser
Chrome