Replies: 1 comment
-
Hey @n3g2! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together! The error you're encountering is due to the use of To resolve the issue, you should remove or correct the font-size: 0.9rem !important; If |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I am encountering a build failure when using the less-loader in my project. The error message points to an unrecognized input in my LESS file. Here are the details:
Error Message:
When I run my webpack build process, it fails with the aforementioned error.
Expected Behavior:
The build process should compile the LESS file successfully without errors.
Actual Behavior:
The build fails, indicating an unrecognized input at the specified line and character.
Additional Information:
Node.js version: v20.10.0
"less": "^3.0.4",
"less-loader": "^4.1.0",
"webpack": "^4.32.2",
Webpack configuration related to less-loader:
I suspect that the 0.9 ![1,4] part is causing the issue as it is not valid LESS syntax. Could this be a typo or unsupported syntax? Any help would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions