File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 1.0.4
2
+ add sass color function features
3
+ add support for node_modules
4
+
1
5
## Version 1.0.1
2
- bem add combined selectors supported.
6
+ bem add combined selectors supported.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-salad" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " 沙拉是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
14
14
"caniuse-api" : " ^1.3.2" ,
15
15
"chalk" : " ^1.1.1" ,
16
16
"pixrem" : " ^3.0.0" ,
17
- "postcss" : " ^5.0.4 " ,
17
+ "postcss" : " ^5.0.5 " ,
18
18
"postcss-calc" : " ^5.0.0" ,
19
19
"postcss-css-reset" : " ^1.0.2" ,
20
20
"postcss-initial" : " ^1.3.1" ,
28
28
"postcss-utils" : " ^1.0.1" ,
29
29
"precss" : " ^1.4.0" ,
30
30
"saladcss-bem" : " ^0.0.1" ,
31
- "saladcss-partial-import" : " ^1.0.0 "
31
+ "saladcss-partial-import" : " ^1.0.1 "
32
32
},
33
33
"devDependencies" : {
34
34
"babel-cli" : " ^6.6.5" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import tape from "tape";
2
2
import { join } from "path" ;
3
3
import plugin , { features } from ".." ;
4
4
import utils from "./utils" ;
5
+ import postcss from "postcss" ;
5
6
6
7
7
8
var featuresList = Object . keys ( features ) ;
You can’t perform that action at this time.
0 commit comments