Skip to content

Commit dfcd8ed

Browse files
v1.11.1
1 parent ce4ab92 commit dfcd8ed

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.11.1
2+
- Adds [`postcss-map-get`](https://github.com/GitScrum/postcss-map-get)
3+
- Adds [`postcss-each-variables`](https://github.com/awcross/postcss-each-variables)
4+
- Adds [`postcss-skin`](https://github.com/xiaoshuangLi/postcss-skin)
5+
- Rename `short` to `postcss-short` (#240)
6+
17
## v1.11.0
28
- Removes broken test case which blocks users from commiting
39
- Adds [`postcss-preset-env`](https://github.com/jonathantneal/postcss-preset-env)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ All plugins are welcome, so long as they meet the [PostCSS Plugin Guidelines](ht
5454

5555
1. [Fork this repo](https://github.com/himynameisdave/postcss-plugins#fork-destination-box).
5656
2. Run `yarn install`/`npm i` to quickly install the dependencies that the [scripts](https://github.com/himynameisdave/postcss-plugins/tree/master/scripts) rely on.
57-
3. Run `yarn run add`/`npm run add`. You will then be prompted for info about your plugin:
58-
59-
![plugin adding is cool dot gif.com.thebomb.org.net.parts.jpg](https://d17oy1vhnax1f7.cloudfront.net/items/1a153z3N411c3d0b351c/Screen%20Recording%202016-11-27%20at%2010.40%20AM.gif?v=035d9ac6)
57+
3. Run `yarn run add`/`npm run add`. You will then be prompted for info about your plugin. Follow the prompts.
6058
4. This will add your plugin to [`plugins.json`](https://github.com/himynameisdave/postcss-plugins/blob/master/plugins.json) and your name/plugin to the [`authors.md`](https://github.com/himynameisdave/postcss-plugins/blob/master/docs/authors.md) list.
6159
5. Commit & push your changes, then submit your pull request.
6260
6. [Chill out](http://i.imgur.com/dZzkNc7.gif).

docs/authors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
111111
| | [`postcss-input-style`](https://github.com/seaneking/postcss-input-style) | 13|
112112
| | [`postcss-position`](https://github.com/seaneking/postcss-position) | 25|
113113
| | [`postcss-responsive-type`](https://github.com/seaneking/postcss-responsive-type) | 256|
114-
|[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables) | 1|
115-
| | [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables) | 34|
116-
| | [`postcss-attribute-selector-prefix`](https://github.com/GitScrum/postcss-attribute-selector-prefix) | 2|
117-
| | [`postcss-map-get`](https://github.com/GitScrum/postcss-map-get) | 0|
118114
|[admdh](https://github.com/admdh) | [`postcss-simple-grid`](https://github.com/admdh/postcss-simple-grid) | 19|
119115
| | [`postcss-high-contrast`](https://github.com/admdh/postcss-high-contrast) | 90|
120116
| | [`postcss-increase-text-sizes`](https://github.com/admdh/postcss-increase-text-sizes) | 12|
@@ -127,6 +123,10 @@ Below is a list of all the wonderful people who make PostCSS plugins.
127123
| | [`postcss-responsive-images`](https://github.com/azat-io/postcss-responsive-images) | 8|
128124
| | [`postcss-tatar-stylesheets`](https://github.com/azat-io/postcss-tatar-stylesheets) | 21|
129125
| | [`postcss-roman-numerals`](https://github.com/azat-io/postcss-roman-numerals) | 2|
126+
|[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables) | 1|
127+
| | [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables) | 34|
128+
| | [`postcss-attribute-selector-prefix`](https://github.com/GitScrum/postcss-attribute-selector-prefix) | 2|
129+
| | [`postcss-map-get`](https://github.com/GitScrum/postcss-map-get) | 0|
130130
|[ismamz](https://github.com/ismamz) | [`postcss-spanish-stylesheets`](https://github.com/ismamz/postcss-spanish-stylesheets) | 9|
131131
| | [`postcss-get-color`](https://github.com/ismamz/postcss-get-color) | 26|
132132
| | [`postcss-utilities`](https://github.com/ismamz/postcss-utilities) | 204|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-plugins",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "A consolidated list of PostCSS plugins in an ready-to-use format.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)