Created
July 18, 2016 21:16
-
-
Save jessgusclark/39be8c0ec127cb9a371cc3848f917aa8 to your computer and use it in GitHub Desktop.
Icons in OU Campus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Convert img to icon --> | |
<xsl:template match="img[starts-with(@class, 'material-icons')]"> | |
<i class="{@class}"><xsl:value-of select="@alt" /></i> | |
</xsl:template> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment