File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # postcss-tools
2
+
3
+ [ postcss-tools] ( https://github.com/webcoding/postcss-tools ) 基于 [ postcss-salad] ( https://github.com/ElemeFE/postcss-salad ) 二次开发
4
+
1
5
# 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 ;" >
2
6
3
7
[ ![ Build Status] [ travis-img ]] [ travis ]
11
15
## Demo
12
16
13
17
** input:**
14
-
18
+
15
19
``` css
16
20
/* short property */
17
21
.box {
@@ -153,7 +157,7 @@ Postcss-salad powered by the following plugins (in this order):
153
157
154
158
- [ precss] : a tool that allows you to use Sass-like markup in your CSS files
155
159
- [ 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.
157
161
- [ postcss-bem] : implementing BEM as at-rules
158
162
- [ postcss-calc] : plugin to reduce calc()
159
163
- [ postcss-initial] : fallback initial keyword
Original file line number Diff line number Diff line change 1
1
{
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的样式解决方案。" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"test" : " npm run babelify && npm run tape" ,
You can’t perform that action at this time.
0 commit comments