Skip to content

Commit

Permalink
Added .pub file type to download icon list
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarquharson committed Apr 30, 2013
1 parent 9c7ffe8 commit 8a70ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grids/sass/includes/_icon.scss
Expand Up @@ -30,7 +30,7 @@
}
padding-left: 19px;
}
@each $downloadable-file-type in psd, zip, egret, doc, pdf, xls, rtf, pot, ppt, pps, pptm, docx, xlsx, pptx {
@each $downloadable-file-type in psd, zip, egret, doc, pdf, xls, rtf, pot, ppt, pps, pptm, docx, xlsx, pptx, pub {
[href$='.#{$downloadable-file-type}'] {
@extend %grids-icon-download-icon;
}
Expand Down

0 comments on commit 8a70ac7

Please sign in to comment.