Svg icons with React.js with webpack loader (svg: raw-loader)
June 1, 2015 ยท View on GitHub
.SVGIcon { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
/* fix webkit/blink poor rendering issues */ transform: translate3d(0,0,0);
/* it's better defined directly because of the cascade shit width: inherit; height: inherit; line-height: inherit; */ }
.SVGIcon-svg { width: inherit; height: inherit; line-height: inherit;
color: inherit;
fill: currentColor;
}