DoSomething / forge

🎨 The DoSomething.org pattern library.
http://forge.dosomething.org
MIT License
48 stars 14 forks source link

SVG files, not strings. #540

Closed DFurnes closed 8 years ago

DFurnes commented 8 years ago

Changes

Now that we're importing stylesheet assets using Webpack's URL loader, we no longer need to do extra work around manually creating data URIs for SVG icons... Webpack will automatically either resolve the path and add a hash to the filename, or inline it if it's under 8kb (which all these files are!)


For review: @DoSomething/front-end

weerd commented 8 years ago

:+1: