We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae47c9 commit a7e02d2Copy full SHA for a7e02d2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [4.1.1] - 2016-12-7
4
+### Changed
5
+- Apply `background-size` to all generated sprites
6
+- Use a hash instead of real path for `id` attribute in SVG sprites
7
+
8
## [4.1.0] - 2016-11-22
9
### Added
10
- Better support for modular stylesheets
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-sprites",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "Generate spritesheets from stylesheets",
"main": "lib/index.js",
"keywords": [
0 commit comments