﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Rotate the Hue Of an Image" description="Rotate the Hue Of an Image" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[img {
  -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(90deg);
}]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
