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 2bc5d7a commit 68d6e97Copy full SHA for 68d6e97
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+## [4.2.0] - 2017-02-07
4
+### Added
5
+- [`verbose`](https://github.com/2createStudio/postcss-sprites#verbose) option
6
+
7
+### Fixed
8
+- Typos in examples
9
+- Rejected promises without error
10
+- Incorrect extraction of the urls
11
12
## [4.1.1] - 2016-12-7
13
### Changed
14
- Apply `background-size` to all generated sprites
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-sprites",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "Generate spritesheets from stylesheets",
"main": "lib/index.js",
"keywords": [
0 commit comments