File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,9 @@ Postcss-salad powered by the following plugins (in this order):
310
310
- [postcss-inline-svg ]: reference an SVG file and control its attributes with CSS syntax.
311
311
- [postcss-short-font-size ]: extends the font-size property so that line-height may be set by the second value.
312
312
- [postcss-short-spacing ]: lets you write shorthand margin and padding properties while omitting edges in CSS.
313
- - [postcss-color-function ]: W3C color methods
314
313
- [postcss-short-size ]: Write shorthand size properties in CSS
315
314
- [postcss-short-position ]: Define edges inside the position property in CSS
316
- - [postcss-salad ]: draw basic salad with specified syntax in css rule
315
+ - [postcss-shape ]: draw basic shape with specified syntax in css rule
317
316
- [node-pixrem ]: generates pixel fallbacks for rem units.
318
317
- [autoprefixer ]: parse CSS and add vendor prefixes to CSS rules using values from Can I Use
319
318
@@ -326,7 +325,7 @@ Postcss-salad powered by the following plugins (in this order):
326
325
[postcss-inline-svg ]: https://github.com/TrySound/postcss-inline-svg
327
326
[postcss-short-font-size ]: https://github.com/jonathantneal/postcss-short-font-size
328
327
[postcss-short-spacing ]: https://github.com/jonathantneal/postcss-short-spacing
329
- [postcss-color-function ]: https://github.com/postcss /postcss-color-function
328
+ [postcss-shape ]: https://github.com/baiyaaaaa /postcss-shape
330
329
[postcss-short-size ]: https://github.com/jonathantneal/postcss-short-size
331
330
[postcss-short-position ]: https://github.com/jonathantneal/postcss-short-position
332
331
[node-pixrem ]: https://github.com/robwierzbowski/node-pixrem
Original file line number Diff line number Diff line change 4
4
"description" : " 沙拉是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "test" : " npm run tape" ,
7
+ "test" : " npm run babelify && npm run tape" ,
8
8
"tape" : " tape lib/test/index.js | tap-spec" ,
9
9
"babelify" : " babel src --out-dir lib" ,
10
10
"prepublish" : " npm run babelify"
You can’t perform that action at this time.
0 commit comments