Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Merge tag '1.0.0' into develop
Browse files Browse the repository at this point in the history
1.0.0
* dimensions are now longer calculated for `url` values,
  [`width`, `height` and `size` functions][1] do this instead;
* dimensions can be corrected for high density images;
* files aren't inlined depending on file size anymore,
  use [`inline` function][2] to do it manually instead;
* `inline` option is removed;
* all modifiers are removed;
[1]: https://github.com/borodean/postcss-assets#image-dimensions
[2]: https://github.com/borodean/postcss-assets#inlining-files
  • Loading branch information
borodean committed Dec 26, 2014
2 parents 45b0438 + 742a0a1 commit 3168ab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ grunt.initConfig({
processors: [
assets({
loadPaths: ['images/']
}).postcss
})
]
},
dist: { src: 'build/*.css' }
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-assets",
"version": "0.9.1",
"version": "1.0.0",
"description": "PostCSS plugin to manage assets",
"author": "Vadim Borodean <[email protected]>",
"license": "MIT",
Expand All @@ -11,13 +11,13 @@
"dependencies": {
"cssesc": "^0.1.0",
"gonzales": "^1.0.7",
"image-size": "^0.3.3",
"image-size": "^0.3.5",
"js-base64": "^2.1.5",
"mime": "^1.2.11",
"postcss": "^2.2.5"
"postcss": "^3.0.7"
},
"devDependencies": {
"tape": "^3.0.0"
"tape": "^3.0.3"
},
"scripts": {
"test": "tape test"
Expand Down

0 comments on commit 3168ab2

Please sign in to comment.