-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
[v3] CSS minification error on framework7.css 3.1.0 with vue-cli 3 #2539
Comments
Issue here is not in Framework7, but in the optimize-css-nano plugin which doesn’t understand such CSS rules |
@nolimits4web As I understand it these are non standardized css rules. My project uses the Vue cli 3 toolchain. Closing this issue ist not helpful, cause it cuts off Vue. |
This css rules are used in iOS and must be used there, issue is closed because it is not related to Framework7 https://medium.com/@draganeror/iphone-x-layout-features-with-css-environment-variables-d57423433dec |
More relevant and profitable will be opening issue on vue compiler or that css processor |
Thanks for explaining. |
Causing issue is here postcss/postcss-calc#48 |
@zoosky can you tell me how you fixed it? Facing the same problem. Thanks! |
yarn run build
Describe the bug
Production build fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build should succeed.
If you remove framework7.cc in main.js, the build will be successful:
Uncomment framework7.css:
The text was updated successfully, but these errors were encountered: