-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
Description
The following code produced a nasty error message
Plugins:
susy (2.2.12)
breakpoint (2.6.1)
Code (with expected result):
https://gist.github.com/exigon/57905c7d03a98be600cacb369037a9a6
Actual result (500 Internal Server Error):
PHP Fatal error: Out of memory (allocated 149159936) (tried to allocate 130968 bytes) in /Libraries/scssphp/src/Compiler.php on line 1204
I tracked it to the span mixin of susy. (Without including spans, all went well, although it made susy useless.)
Reactions are currently unavailable