You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not use CSS [attribute^=value] selector, rather than enumerate all the .fi-[icon]:before (from line 20 to line 302)? The specification on w3school for this is quite clear. The support is down to IE7.
Hi. A question concerning _foundation-icons.scss.
Why not use CSS
[attribute^=value]
selector, rather than enumerate all the.fi-[icon]:before
(from line 20 to line 302)? The specification on w3school for this is quite clear. The support is down to IE7.Like this:
The text was updated successfully, but these errors were encountered: