2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

locate sprites relative to the stylesheet #73

Closed evandavis closed 7 years ago

evandavis commented 7 years ago

This PR provides better support for the modular CSS preferred by Webpack and other build tools. Rather than setting the stylesheetPath, we can read the location of the current stylesheet and generate a relative path regardless of depth.

evandavis commented 7 years ago

@vvasilev- can you take a look at this?