Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit a1eb51d

Browse files
committed
1.3.0
1 parent ff9c3fd commit a1eb51d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.3.0 - 2015-08-13
2+
3+
- Added: compatibility with postcss v4.1.x
4+
([#3](https://github.com/postcss/postcss-calc/pull/3))
5+
6+
# 1.2.0 - ?
7+
8+
1.1.0 ?
9+
110
# 1.1.0 - 2014-11-25
211

312
- Enhanced exceptions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-hex-alpha",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba())",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)