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
whoami.css 653 B
Newer Older
peter_rabbit's avatar
peter_rabbit committed
/* Error: Undefined mixin.
 *   ,
 * 5 |         @include flex-center-col;
 *   |         ^^^^^^^^^^^^^^^^^^^^^^^^
 *   '
 *   src/home-page-components/whoami.scss 5:9  root stylesheet */

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;
  content: "Error: Undefined mixin.\a   \2577 \a 5 \2502          @include flex-center-col;\a   \2502          ^^^^^^^^^^^^^^^^^^^^^^^^\a   \2575 \a   src/home-page-components/whoami.scss 5:9  root stylesheet";
}