css-tricks.com
Creating a Maintainable Icon System with Sass
10
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This... Read full article