Skip to content

Commit f53aec1

Browse files
committed
Update descriptions
1 parent 278ff4b commit f53aec1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# postcss-doodle
22

33
![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)
55

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.
87

98
[PostCSS]: https://github.com/postcss/postcss
109
[css-doodle]: https://github.com/css-doodle
@@ -25,7 +24,7 @@ postcss([ require('postcss-doodle') ])
2524
```
2625

2726

28-
## Supported functions
27+
## Supported generators
2928

3029
### [@svg]
3130

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "node --test test/*.test.js"
66
},
77
"devDependencies": {
8-
"css-doodle": "^0.32.0",
8+
"css-doodle": "^0.32.1",
99
"postcss": "^8.4.20",
1010
"postcss-value-parser": "^4.2.0"
1111
},
@@ -24,5 +24,5 @@
2424
},
2525
"author": "yuanchuan",
2626
"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"
2828
}

0 commit comments

Comments
 (0)