File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# postcss-doodle
2
2
3
3
![ Build Status] ( https://github.com/css-doodle/postcss-doodle/actions/workflows/ci.yml/badge.svg )
4
- ![ license ] ( https://img.shields.io/github/license/mashape/apistatus.svg )
4
+ ![ License ] ( https://img.shields.io/github/license/mashape/apistatus.svg )
5
5
6
-
7
- [ PostCSS] plugin to use generators from [ css-doodle] with the same syntax.
6
+ [ PostCSS] plugin that enables the use of css-doodle generators.
8
7
9
8
[ PostCSS ] : https://github.com/postcss/postcss
10
9
[ css-doodle ] : https://github.com/css-doodle
@@ -25,7 +24,7 @@ postcss([ require('postcss-doodle') ])
25
24
```
26
25
27
26
28
- ## Supported functions
27
+ ## Supported generators
29
28
30
29
### [ @svg ]
31
30
Original file line number Diff line number Diff line change 5
5
"test" : " node --test test/*.test.js"
6
6
},
7
7
"devDependencies" : {
8
- "css-doodle" : " ^0.32.0 " ,
8
+ "css-doodle" : " ^0.32.1 " ,
9
9
"postcss" : " ^8.4.20" ,
10
10
"postcss-value-parser" : " ^4.2.0"
11
11
},
24
24
},
25
25
"author" : " yuanchuan" ,
26
26
"license" : " MIT" ,
27
- "description" : " PostCSS plugin to use generators from css-doodle with the same syntax "
27
+ "description" : " PostCSS plugin that enables the use of css-doodle generators "
28
28
}
You can’t perform that action at this time.
0 commit comments