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
os: macos Mojave 10.14.2 env: node v8.15.0 version(optimize-css-assets-webpack-plugin): 3.2.1 error: sourceCode:
.tab-layer { width: 100%; height: calc(~'100vh - 0.97REM'); display: flex; flex-direction: column; position: relative; }
The text was updated successfully, but these errors were encountered:
Can you provide a node and npm version and a sample code to reproduce the issue please?
Sorry, something went wrong.
+1 on node v10.17.0
For anyone else who comes across this, we just hit the same issue (eg calc(100dvh - 20px)) in 5.0.1 (node 20.11.0).
calc(100dvh - 20px)
5.0.1
20.11.0
Upgrading to 6.0.1 has resolved it.
6.0.1
No branches or pull requests
os: macos Mojave 10.14.2
![image](https://user-images.githubusercontent.com/4916726/60407406-362d3e80-9bed-11e9-961f-c162d37bd09c.png)
env: node v8.15.0
version(optimize-css-assets-webpack-plugin): 3.2.1
error:
sourceCode:
The text was updated successfully, but these errors were encountered: