Cory

Results 2 comments of Cory

@davidluhr Ya I can test everything locally but in the WIP section of of the description there are some topics I want to discuss with the team before final decisions...

@davidluhr `postcss-inline-svg` lets the developer reference a SVG file and include it inline, for example on a `background:` Example from `postcss-inline-svg` documentation: ``` @svg-load nav url(img/nav.svg) { fill: #cfc; path:nth-child(2)...