          html {
            padding: 18px 36px;
          }

          head {
            display: block;
          }

          body {
            margin: 0;
            padding: 0;
          }

          body > * {
            display: none !important;
          }

          head:after, body:before, body:after {
            display: block !important;
          }

          head:after {
            font-family: sans-serif;
            font-size: large;
            font-weight: bold;
            content: "Error compiling CSS asset";
          }

          body:before, body:after {
            font-family: monospace;
            white-space: pre-wrap;
          }

          body:before {
            font-weight: bold;
            content: "\000a SassC::SyntaxError: Error: File to import not found or unreadable: ..\002f ..\002f ..\002f node_modules\002f easymde\002f dist\002f easymde.min.\000a         on line 1:1 of app\002f assets\002f stylesheets\002f easymde.scss\000a         from line 31:1 of app\002f assets\002f stylesheets\002f application.scss\000a >> @import '..\002f ..\002f ..\002f node_modules\002f easymde\002f dist\002f easymde.min';\000a \000a    ^\000a ";
          }

          body:after {
            content: "\000a   \002f app\002f app\002f assets\002f stylesheets\002f easymde.scss:1";
          }
