

/* ## 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\A#\A# Fatal process out of memory: Failed to reserve virtual memory for CodeRange\A#\A----- Native stack trace -----\A\A 1: 0x1015271  [node]\A 2: 0x29d3942 v8::base::FatalOOM(v8::base::OOMType, char const\*) [node]\A 3: 0x12025a2  [node]\A 4: 0x1202827 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 5: 0x1444b6b v8::internal::Heap::SetUp(v8::internal::LocalHeap\*) [node]\A 6: 0x1391325 v8::internal::Isolate::Init(v8::internal::SnapshotData\*, v8::internal::SnapshotData\*, v8::internal::SnapshotData\*, bool) [node]\A 7: 0x18ae2d4 v8::internal::Snapshot::Initialize(v8::internal::Isolate\*) [node]\A 8: 0x1226f4f v8::Isolate::Initialize(v8::Isolate\*, v8::Isolate::CreateParams const&) [node]\A 9: 0xe850b8 node::NewIsolate(v8::Isolate::CreateParams\*, uv_loop_s\*, node::MultiIsolatePlatform\*, node::SnapshotData const\*, node::IsolateSettings const&) [node]\A10: 0xfdcbdb node::NodeMainInstance::NodeMainInstance(node::SnapshotData const\*, uv_loop_s\*, node::MultiIsolatePlatform\*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) [node]\A11: 0xf3882f node::Start(int, char\*\*) [node]\A12: 0x7f2b57325d90  [/lib/x86_64-linux-gnu/libc.so.6]\A13: 0x7f2b57325e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]\A14: 0xe7dc7e _start [node]\AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
