

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "\A<--- Last few GCs --->\A\A[5487:0x36dcbce0]      165 ms: Scavenge 19.0 (27.6) -> 15.9 (30.6) MB, 4.01 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A[5487:0x36dcbce0]      174 ms: Scavenge 21.5 (30.6) -> 18.2 (48.3) MB, 3.66 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A[5487:0x36dcbce0]      214 ms: Scavenge 32.4 (49.3) -> 24.2 (50.9) MB, 10.89 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A\A\A<--- JS stacktrace --->\A\AFATAL ERROR: NewSpace::EnsureCurrentCapacity Allocation failed - JavaScript heap out of memory\A----- Native stack trace -----\A\A 1: 0xb78db3 node::OOMErrorHandler(char const\*, v8::OOMDetails const&) [node]\A 2: 0xee8300 v8::Utils::ReportOOMFailure(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 3: 0xee85e7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 4: 0x10fb205  [node]\A 5: 0x113a519  [node]\A 6: 0x110d356 v8::internal::Heap::MarkCompact() [node]\A 7: 0x11129ad v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const\*) [node]\A 8: 0x1112e9c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]\A 9: 0x1114ffa v8::internal::Heap::HandleGCRequest() [node]\A10: 0x1080237 v8::internal::StackGuard::HandleInterrupts() [node]\A11: 0x1523f82 v8::internal::Runtime_StackGuardWithGap(int, unsigned long\*, v8::internal::Isolate\*) [node]\A12: 0x7d75a769a476 \AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
