Skip to content

Commit

Permalink
readme + package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Mikheev committed Nov 19, 2015
1 parent 782282d commit bd85e59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1 (2015-11-19)
## 0.1.1 (2015-11-18)

- Added .htc support
- Added .htc support

## 0.1.2 (2015-11-19)

- Added css @import support
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

## Input css example
```css
@import url("/css/styles.css");
.foo {
background-image : url('../images/index/logo.png');
behavior : url('../behaviors/backgroundsize.min.htc');
Expand All @@ -23,6 +24,7 @@

## Output css example
```css
@import url("/css/styles.css?v66f22a33fff");
.foo {
background-image : url('../images/index/logo.png?v14f32a475b8')
behavior : url('../behaviors/backgroundsize.min.htc?v15f55a666c2');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-cachebuster",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cachebusting all local files in css",
"keywords": [
"postcss",
Expand Down

0 comments on commit bd85e59

Please sign in to comment.