79223282

Date: 2024-11-25 13:46:28
Score: 1.5
Natty:
Report link

Found a workaround by declaring it as a variable :

:root{
  --palette-secondary: #{$palette-secondary};
}

.container {
      box-shadow: none;
      border: solid 1px;
      border-color: var(--palette-secondary);
      margin:0px;
      border-radius: 0.9rem;
  }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Brice Faller