-
Notifications
You must be signed in to change notification settings - Fork 527
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
less parser fails with UIKIT 3 less files #639
Comments
Any updates on this? I ran into the same issue: I added the uikit directories. Fatal error: Uncaught Exception: parse error: failed at `@{property}: e(@replace-src);` /mydirectory/vendor/uikit/uikit/src/less/components/mixin.less on line 19 in /mydirectory/vendor/leafo/lessphp/lessc.inc.php:3553 Stack trace: #0 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(2364): lessc_parser->throwError() #1 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(120): lessc_parser->parse('//\n// Component...') #2 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(785): lessc->tryImport(Array, Object(stdClass), Object(stdClass)) #3 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(161): lessc->compileProp(Array, Object(stdClass), Object(stdClass)) #4 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(146): lessc->compileImportedProps(Array, Object(stdClass), Object(stdClass), Object(lessc_parser), '/app/web/web/ap...') #5 /mydirectory/vendor/leafo/lessphp/lessc.inc.php(78 in /mydirectory/vendor/leafo/lessphp/lessc.inc.php on line 3553 Seems like when compiling Uikit, the parser failes when calling the mixins.less. See further informations about Uikit 3: |
@ecksite are there any progress or have you abandoned the idea of compiling in php? |
Just ran into this issue aswell |
This is the responsible line in the mixin.less file on line 19:
Best regards
The text was updated successfully, but these errors were encountered: