Stylament 0.26.2

Edits

The ins and del elements represent edits to the document.

Related

Spec [external]

MDN [external]

del

scss
del {
  background: svar(color-red-300);
}

Deletion.

ins

scss
ins {
  background: svar(color-green-300);
}

Insertion.