Stylament 0.23.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.