Skip to content

Commit 422c37d

Browse files
committed
update
1 parent b663249 commit 422c37d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# postcss-tools
2+
3+
[postcss-tools](https://github.com/webcoding/postcss-tools) 基于 [postcss-salad](https://github.com/ElemeFE/postcss-salad) 二次开发
4+
15
# Postcss-salad <img align="right" width="96" height="96" src="http://elemefe.github.io/postcss-salad/svg/logo.svg" title="salad logo" style="margin: -60px 30px 0 0;">
26

37
[![Build Status][travis-img]][travis]
@@ -11,7 +15,7 @@
1115
## Demo
1216

1317
**input:**
14-
18+
1519
```css
1620
/* short property */
1721
.box {
@@ -153,7 +157,7 @@ Postcss-salad powered by the following plugins (in this order):
153157

154158
- [precss]: a tool that allows you to use Sass-like markup in your CSS files
155159
- [postcss-css-reset]: reset style is dependent on normalize.css and combined with best practice.
156-
- [postcss-utils]: help you create functional fragments quickly via at-rules.
160+
- [postcss-utils]: help you create functional fragments quickly via at-rules.
157161
- [postcss-bem]: implementing BEM as at-rules
158162
- [postcss-calc]: plugin to reduce calc()
159163
- [postcss-initial]: fallback initial keyword

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "postcss-salad",
3-
"version": "1.0.4",
4-
"description": "沙拉是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。",
2+
"name": "postcss-tools",
3+
"version": "1.0.5",
4+
"description": "postcss-tools 工具箱是一个能够帮助你更加写出更加简洁、优雅的CSS的样式解决方案。",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "npm run babelify && npm run tape",

0 commit comments

Comments
 (0)