﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Invert the colors of an Image" description="Invert the colors of an Image" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[img {
  -webkit-filter: invert(.8);
  filter: invert(.8);
}]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
