Closed getdave closed 10 years ago
On older browser which don't support icon fonts we should hide the .icon element
.icon
In _icons.scss we need to amend to:
_icons.scss
.icon { font-family: $iconFontFamily; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; .no-generatedcontent & { display: none; } }
Addressed in css framework repo: https://github.com/getdave/tanlinell-framework/tree/b6690ddd7088ecee9be0ea907cc486e454234dd5
Nice!
On older browser which don't support icon fonts we should hide the
.icon
elementIn
_icons.scss
we need to amend to: