/* Error: $number: 50% and $min: 15rem have incompatible units.
 *     ,
 * 500 |             flex-basis: clamp(15rem, 50%, 45rem);
 *     |                         ^^^^^^^^^^^^^^^^^^^^^^^^
 *     '
 *   modele-marcillac-exemple-1/SASS/modele-marcillac-exemple-1.scss 500:25  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: $number: 50% and $min: 15rem have incompatible units.\a     \2577 \a 500 \2502              flex-basis: clamp(15rem, 50%, 45rem);\a     \2502                          ^^^^^^^^^^^^^^^^^^^^^^^^\a     \2575 \a   modele-marcillac-exemple-1/SASS/modele-marcillac-exemple-1.scss 500:25  root stylesheet";
}
