

/* ## 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[1110309:0x3aa3dcf0]      413 ms: Scavenge 9.0 (11.3) -> 9.0 (11.3) MB, 87.17 / 0.00 ms  (average mu = 0.002, current mu = 0.002) allocation failure; \A[1110309:0x3aa3dcf0]      486 ms: Scavenge 9.1 (11.3) -> 9.0 (11.3) MB, 72.60 / 0.00 ms  (average mu = 0.002, current mu = 0.002) allocation failure; \A[1110309:0x3aa3dcf0]      577 ms: Scavenge 9.1 (11.3) -> 9.0 (11.3) MB, 91.00 / 0.00 ms  (average mu = 0.002, current mu = 0.002) allocation failure; \A\A\A<--- JS stacktrace --->\A\AFATAL ERROR: Scavenger: semi-space copy Allocation failed - JavaScript heap out of memory\A----- Native stack trace -----\A\A 1: 0xb76db1 node::OOMErrorHandler(char const\*, v8::OOMDetails const&) [node]\A 2: 0xee62f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 3: 0xee65d7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 4: 0x10f82d5  [node]\A 5: 0x118f620 heap::base::SlotCallbackResult v8::internal::Scavenger::ScavengeObject<v8::internal::FullHeapObjectSlot>(v8::internal::FullHeapObjectSlot, v8::internal::HeapObject) [node]\A 6: 0x11996d3 v8::internal::Scavenger::Process(v8::JobDelegate\*) [node]\A 7: 0x119a3ff v8::internal::ScavengerCollector::JobTask::ProcessItems(v8::JobDelegate\*, v8::internal::Scavenger\*) [node]\A 8: 0x1d5fca5 v8::platform::DefaultJobState::Join() [node]\A 9: 0x1d5fe73 v8::platform::DefaultJobHandle::Join() [node]\A10: 0x119b542 v8::internal::ScavengerCollector::CollectGarbage() [node]\A11: 0x10f1b6d v8::internal::Heap::Scavenge() [node]\A12: 0x110f2c4 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const\*) [node]\A13: 0x110ff6c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]\A14: 0x10e6271 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A15: 0x10e7405 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A16: 0x10c4a56 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]\A17: 0x1520596 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long\*, v8::internal::Isolate\*) [node]\A18: 0x7f0d2bed9ef6 \AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
