
.p {
  @if $initial == true {
     all: initial;
     color:blue !important;
  }
  display: block;
}