Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
homepage.css 631 B
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    /* Error: Undefined variable.
    
    peter_rabbit's avatar
    peter_rabbit committed
     *   ,
    
    peter_rabbit's avatar
    peter_rabbit committed
     * 9 |         background-color: $light_0;
     *   |                           ^^^^^^^^
    
    peter_rabbit's avatar
    peter_rabbit committed
     *   '
    
    peter_rabbit's avatar
    peter_rabbit committed
     *   src/homepage.scss 9:27  root stylesheet */
    
    peter_rabbit's avatar
    peter_rabbit committed
    
    body::before {
      font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
          "Droid Sans Mono", monospace, monospace;
      white-space: pre;
      display: block;
      padding: 1em;
      margin-bottom: 1em;
      border-bottom: 2px solid black;
    
    peter_rabbit's avatar
    peter_rabbit committed
      content: "Error: Undefined variable.\a   \2577 \a 9 \2502          background-color: $light_0;\a   \2502                            ^^^^^^^^\a   \2575 \a   src/homepage.scss 9:27  root stylesheet";
    
    peter_rabbit's avatar
    peter_rabbit committed
    }