Skip to content

Commit 937917b

Browse files
committed
package && read
1 parent be221d9 commit 937917b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,9 @@ Postcss-salad powered by the following plugins (in this order):
310310
- [postcss-inline-svg]: reference an SVG file and control its attributes with CSS syntax.
311311
- [postcss-short-font-size]: extends the font-size property so that line-height may be set by the second value.
312312
- [postcss-short-spacing]: lets you write shorthand margin and padding properties while omitting edges in CSS.
313-
- [postcss-color-function]: W3C color methods
314313
- [postcss-short-size]: Write shorthand size properties in CSS
315314
- [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
317316
- [node-pixrem]: generates pixel fallbacks for rem units.
318317
- [autoprefixer]: parse CSS and add vendor prefixes to CSS rules using values from Can I Use
319318

@@ -326,7 +325,7 @@ Postcss-salad powered by the following plugins (in this order):
326325
[postcss-inline-svg]: https://github.com/TrySound/postcss-inline-svg
327326
[postcss-short-font-size]: https://github.com/jonathantneal/postcss-short-font-size
328327
[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
330329
[postcss-short-size]: https://github.com/jonathantneal/postcss-short-size
331330
[postcss-short-position]: https://github.com/jonathantneal/postcss-short-position
332331
[node-pixrem]: https://github.com/robwierzbowski/node-pixrem

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "沙拉是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "npm run tape",
7+
"test": "npm run babelify && npm run tape",
88
"tape": "tape lib/test/index.js | tap-spec",
99
"babelify": "babel src --out-dir lib",
1010
"prepublish": "npm run babelify"

0 commit comments

Comments
 (0)