Skip to content

Commit 4ec69c5

Browse files
committed
1.0.4
1 parent 8404998 commit 4ec69c5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## Version 1.0.4
2+
add sass color function features
3+
add support for node_modules
4+
15
## Version 1.0.1
2-
bem add combined selectors supported.
6+
bem add combined selectors supported.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-salad",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "沙拉是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。",
55
"main": "lib/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"caniuse-api": "^1.3.2",
1515
"chalk": "^1.1.1",
1616
"pixrem": "^3.0.0",
17-
"postcss": "^5.0.4",
17+
"postcss": "^5.0.5",
1818
"postcss-calc": "^5.0.0",
1919
"postcss-css-reset": "^1.0.2",
2020
"postcss-initial": "^1.3.1",
@@ -28,7 +28,7 @@
2828
"postcss-utils": "^1.0.1",
2929
"precss": "^1.4.0",
3030
"saladcss-bem": "^0.0.1",
31-
"saladcss-partial-import": "^1.0.0"
31+
"saladcss-partial-import": "^1.0.1"
3232
},
3333
"devDependencies": {
3434
"babel-cli": "^6.6.5",

src/test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import tape from "tape";
22
import {join} from "path";
33
import plugin, {features} from "..";
44
import utils from "./utils";
5+
import postcss from "postcss";
56

67

78
var featuresList = Object.keys(features);

0 commit comments

Comments
 (0)