79564425

Date: 2025-04-09 13:14:13
Score: 1
Natty:
Report link

For your mixin to work, it should be called like this:

.panel-light {
  .sec;
  background-color: transparent;
}

So Your Corrected Code Should Be:

.sec {
  border: solid 1px black;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.panel-light {
  .sec;
  background-color: transparent;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Omprakash S