

/* ## 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[488079:0x2e91ee80]      367 ms: Scavenge 40.4 (58.8) -> 30.7 (62.3) MB, 6.13 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A[488079:0x2e91ee80]      457 ms: Scavenge 45.8 (62.8) -> 33.3 (63.1) MB, 34.95 / 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: 0xca5580 node::Abort() [node]\A 2: 0xb781f9  [node]\A 3: 0xeca4d0 v8::Utils::ReportOOMFailure(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 4: 0xeca7b7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 5: 0x10dc505  [node]\A 6: 0x111b819  [node]\A 7: 0x10ee656 v8::internal::Heap::MarkCompact() [node]\A 8: 0x10f3cad v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const\*) [node]\A 9: 0x10f419c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]\A10: 0x10ca4a1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A11: 0x10cb635 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A12: 0x10a8c86 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]\A13: 0x1503bc1 v8::internal::Runtime_AllocateInOldGeneration(int, unsigned long\*, v8::internal::Isolate\*) [node]\A14: 0x7f5037ed9ef6 \AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
