Skip to content

Commit 885e248

Browse files
committed
added plugin postcss-at-rules-variables
1 parent 5b04a49 commit 885e248

File tree

4 files changed

+39
-25
lines changed

4 files changed

+39
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.5.28
2+
> *(Dec 6th/2015)*
3+
- Adds [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables.git)
4+
15
### v1.5.27
26
> *(Nov 28th/2015)*
37
- Adds [`postcss-chinese-stylesheets`](https://github.com/zhouwenbin/postcss-chinese-stylesheets)

docs/authors.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -127,41 +127,42 @@ Below is a list of all the wonderful people who make PostCSS plugins.
127127
| [`cssfmt`](https://github.com/morishitter/cssfmt)
128128
[iamvdo](https://github.com/iamvdo) | [`postcss-opacity`](https://github.com/iamvdo/postcss-opacity)
129129
| [`postcss-vmin`](https://github.com/iamvdo/postcss-vmin)
130+
[johnie](https://github.com/johnie) | [`postcss-crip`](https://github.com/johnie/postcss-crip)
131+
| [`postcss-swedish-stylesheets`](https://github.com/johnie/postcss-swedish-stylesheets)
130132
[devex-web-frontend](https://github.com/devex-web-frontend) | [`postcss-assets-rebase`](https://github.com/devex-web-frontend/postcss-assets-rebase)
131133
| [`postcss-regexp-detect`](https://github.com/devex-web-frontend/postcss-regexp-detect)
132134
[hail2u](https://github.com/hail2u) | [`postcss-single-charset`](https://github.com/hail2u/postcss-single-charset)
133135
| [`css-mqpacker`](https://github.com/hail2u/node-css-mqpacker)
134136
[yuezk](https://github.com/yuezk) | [`postcss-urlrev`](https://github.com/yuezk/postcss-urlrev)
135137
| [`postcss-filter-gradient`](https://github.com/yuezk/postcss-filter-gradient)
138+
[TrySound](https://github.com/TrySound) | [`postcss-normalize-charset`](https://github.com/TrySound/postcss-normalize-charset)
139+
| [`postcss-minify-font-values`](https://github.com/TrySound/postcss-minify-font-values)
136140
[zhouwenbin](https://github.com/zhouwenbin) | [`postcss-animation`](https://github.com/zhouwenbin/postcss-animation)
137141
| [`postcss-chinese-stylesheets`](https://github.com/zhouwenbin/postcss-chinese-stylesheets)
138142
[Semigradsky](https://github.com/Semigradsky) | [`postcss-russian-units`](https://github.com/Semigradsky/postcss-russian-units)
139143
| [`postcss-russian-stylesheets`](https://github.com/Semigradsky/postcss-russian-stylesheets)
140-
[stephenway](https://github.com/stephenway) | [`postcss-contrast`](https://github.com/stephenway/postcss-contrast)
141-
| [`level4`](https://github.com/stephenway/level4)
142-
[himynameisdave](https://github.com/himynameisdave) | [`postcss-rgb-plz`](https://github.com/himynameisdave/postcss-rgb-plz)
143-
| [`postcss-round-subpixels`](https://github.com/himynameisdave/postcss-round-subpixels)
144144
[outpunk](https://github.com/outpunk) | [`postcss-each`](https://github.com/outpunk/postcss-each)
145145
| [`postcss-modules`](https://github.com/outpunk/postcss-modules)
146146
[antyakushev](https://github.com/antyakushev) | [`postcss-for`](https://github.com/antyakushev/postcss-for)
147147
| [`postcss-default-unit`](https://github.com/antyakushev/postcss-default-unit)
148-
[TrySound](https://github.com/TrySound) | [`postcss-normalize-charset`](https://github.com/TrySound/postcss-normalize-charset)
149-
| [`postcss-minify-font-values`](https://github.com/TrySound/postcss-minify-font-values)
148+
[himynameisdave](https://github.com/himynameisdave) | [`postcss-rgb-plz`](https://github.com/himynameisdave/postcss-rgb-plz)
149+
| [`postcss-round-subpixels`](https://github.com/himynameisdave/postcss-round-subpixels)
150+
[stephenway](https://github.com/stephenway) | [`postcss-contrast`](https://github.com/stephenway/postcss-contrast)
151+
| [`level4`](https://github.com/stephenway/level4)
152+
[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables)
153+
| [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables.git)
150154
[andrepolischuk](https://github.com/andrepolischuk) | [`postcss-color-short`](https://github.com/andrepolischuk/postcss-color-short)
151155
| [`postcss-border`](https://github.com/andrepolischuk/postcss-border)
152-
[hallvors](https://github.com/hallvors) | [`postcss-flexboxfixer`](https://github.com/hallvors/postcss-flexboxfixer)
153-
| [`postcss-gradientfixer`](https://github.com/hallvors/postcss-gradientfixer)
154-
[markgoodyear](https://github.com/markgoodyear) | [`postcss-vertical-rhythm`](https://github.com/markgoodyear/postcss-vertical-rhythm)
155-
| [`postcss-pointer`](https://github.com/markgoodyear/postcss-pointer)
156156
[kristoferjoseph](https://github.com/kristoferjoseph) | [`postcss-modular-scale`](https://github.com/kristoferjoseph/postcss-modular-scale)
157157
| [`postcss-color-scale`](https://github.com/kristoferjoseph/postcss-color-scale)
158-
[johnie](https://github.com/johnie) | [`postcss-crip`](https://github.com/johnie/postcss-crip)
159-
| [`postcss-swedish-stylesheets`](https://github.com/johnie/postcss-swedish-stylesheets)
158+
[hallvors](https://github.com/hallvors) | [`postcss-flexboxfixer`](https://github.com/hallvors/postcss-flexboxfixer)
159+
| [`postcss-gradientfixer`](https://github.com/hallvors/postcss-gradientfixer)
160160
[davidtheclark](https://github.com/davidtheclark) | [`postcss-simple-extend`](https://github.com/davidtheclark/postcss-simple-extend)
161161
| [`list-selectors`](https://github.com/davidtheclark/list-selectors)
162+
[markgoodyear](https://github.com/markgoodyear) | [`postcss-vertical-rhythm`](https://github.com/markgoodyear/postcss-vertical-rhythm)
163+
| [`postcss-pointer`](https://github.com/markgoodyear/postcss-pointer)
162164
[anandthakker](https://github.com/anandthakker) | [`doiuse`](https://github.com/anandthakker/doiuse)
163165
[whitneyit](https://github.com/whitneyit) | [`postcss-strip-units`](https://github.com/whitneyit/postcss-strip-units)
164-
[geddski](https://github.com/geddski) | [`csstyle`](https://github.com/geddski/csstyle)
165166
[1j01](https://github.com/1j01) | [`postcss-gtk`](https://github.com/1j01/postcss-gtk)
166167
[dfernandez79](https://github.com/dfernandez79) | [`postcss-ase-colors`](https://github.com/dfernandez79/postcss-ase-colors)
167168
[avanes](https://github.com/avanes) | [`postcss-color-alpha`](https://github.com/avanes/postcss-color-alpha)
@@ -170,44 +171,44 @@ Below is a list of all the wonderful people who make PostCSS plugins.
170171
[iamstarkov](https://github.com/iamstarkov) | [`postcss-color-mix`](https://github.com/iamstarkov/postcss-color-mix)
171172
[zaim](https://github.com/zaim) | [`postcss-color-palette`](https://github.com/zaim/postcss-color-palette)
172173
[longdog](https://github.com/longdog) | [`postcss-color-pantone`](https://github.com/longdog/postcss-color-pantone)
173-
[rtsao](https://github.com/rtsao) | [`postcss-match`](https://github.com/rtsao/postcss-match)
174+
[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables)
174175
[btholt](https://github.com/btholt) | [`postcss-colorblind`](https://github.com/btholt/postcss-colorblind)
176+
[rtsao](https://github.com/rtsao) | [`postcss-match`](https://github.com/rtsao/postcss-match)
175177
[macropodhq](https://github.com/macropodhq) | [`postcss-constants`](https://github.com/macropodhq/postcss-constants)
176-
[daleeidd](https://github.com/daleeidd) | [`postcss-define-property`](https://github.com/daleeidd/postcss-define-property)
177178
[borodean](https://github.com/borodean) | [`postcss-assets`](https://github.com/borodean/postcss-assets)
178-
[ileri](https://github.com/ileri) | [`postcss-bem`](https://github.com/ileri/postcss-bem)
179+
[daleeidd](https://github.com/daleeidd) | [`postcss-define-property`](https://github.com/daleeidd/postcss-define-property)
179180
[Ser-Gen](https://github.com/Ser-Gen) | [`postcss-data-packer`](https://github.com/Ser-Gen/postcss-data-packer)
180181
[alex499](https://github.com/alex499) | [`postcss-image-set`](https://github.com/alex499/postcss-image-set)
181182
[2createStudio](https://github.com/2createStudio) | [`postcss-sprites`](https://github.com/2createStudio/postcss-sprites)
182183
[Pavliko](https://github.com/Pavliko) | [`postcss-svg`](https://github.com/Pavliko/postcss-svg)
183184
[justim](https://github.com/justim) | [`postcss-svg-fallback`](https://github.com/justim/postcss-svg-fallback)
184185
[lexich](https://github.com/lexich) | [`webpcss`](https://github.com/lexich/webpcss)
185-
[robwierzbowski](https://github.com/robwierzbowski) | [`pixrem`](https://github.com/robwierzbowski/node-pixrem)
186+
[ileri](https://github.com/ileri) | [`postcss-bem`](https://github.com/ileri/postcss-bem)
186187
[jo-asakura](https://github.com/jo-asakura) | [`postcss-neat`](https://github.com/jo-asakura/postcss-neat)
187188
[corysimmons](https://github.com/corysimmons) | [`lost`](https://github.com/corysimmons/lost)
189+
[robwierzbowski](https://github.com/robwierzbowski) | [`pixrem`](https://github.com/robwierzbowski/node-pixrem)
188190
[cssdream](https://github.com/cssdream) | [`cssgrace`](https://github.com/cssdream/cssgrace)
189191
[axa-ch](https://github.com/axa-ch) | [`postcss-pseudoelements`](https://github.com/axa-ch/postcss-pseudoelements)
190-
[Rycochet](https://github.com/Rycochet) | [`postcss-epub`](https://github.com/Rycochet/postcss-epub)
191192
[alanev](https://github.com/alanev) | [`postcss-filter`](https://github.com/alanev/postcss-filter)
192193
[davidhemphill](https://github.com/davidhemphill) | [`postcss-verthorz`](https://github.com/davidhemphill/postcss-verthorz)
193194
[thompsongl](https://github.com/thompsongl) | [`postcss-class-prefix`](https://github.com/thompsongl/postcss-class-prefix)
194195
[pathsofdesign](https://github.com/pathsofdesign) | [`postcss-fakeid`](https://github.com/pathsofdesign/postcss-fakeid)
195-
[twbs](https://github.com/twbs) | [`mq4-hover-shim`](https://github.com/twbs/mq4-hover-shim)
196+
[Rycochet](https://github.com/Rycochet) | [`postcss-epub`](https://github.com/Rycochet/postcss-epub)
196197
[TCotton](https://github.com/TCotton) | [`postcss-mq-keyframes`](https://github.com/TCotton/postcss-mq-keyframes)
197198
[omgovich](https://github.com/omgovich) | [`postcss-pseudo-elements-content`](https://github.com/omgovich/postcss-pseudo-elements-content)
198199
[cuth](https://github.com/cuth) | [`postcss-pxtorem`](https://github.com/cuth/postcss-pxtorem)
199-
[vitkarpov](https://github.com/vitkarpov) | [`postcss-host`](https://github.com/vitkarpov/postcss-host)
200+
[twbs](https://github.com/twbs) | [`mq4-hover-shim`](https://github.com/twbs/mq4-hover-shim)
200201
[pazams](https://github.com/pazams) | [`postcss-scopify`](https://github.com/pazams/postcss-scopify)
201202
[MohammadYounes](https://github.com/MohammadYounes) | [`rtlcss`](https://github.com/MohammadYounes/rtlcss)
202203
[cssstats](https://github.com/cssstats) | [`postcss-cssstats`](https://github.com/cssstats/postcss-cssstats)
203204
[vovanbo](https://github.com/vovanbo) | [`css2modernizr`](https://github.com/vovanbo/css2modernizr)
204-
[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables)
205+
[geddski](https://github.com/geddski) | [`csstyle`](https://github.com/geddski/csstyle)
205206
[a-axton](https://github.com/a-axton) | [`postcss-selector-source`](https://github.com/a-axton/postcss-selector-source)
206207
[dp-lewis](https://github.com/dp-lewis) | [`postcss-australian-stylesheets`](https://github.com/dp-lewis/postcss-australian-stylesheets)
207208
[chancancode](https://github.com/chancancode) | [`postcss-canadian-stylesheets`](https://github.com/chancancode/postcss-canadian-stylesheets)
208209
[timche](https://github.com/timche) | [`postcss-german-stylesheets`](https://github.com/timche/postcss-german-stylesheets)
209210
[cbas](https://github.com/cbas) | [`postcss-imperial`](https://github.com/cbas/postcss-imperial)
210-
[travco](https://github.com/travco) | [`postcss-extend`](https://github.com/travco/postcss-extend)
211+
[vitkarpov](https://github.com/vitkarpov) | [`postcss-host`](https://github.com/vitkarpov/postcss-host)
211212
[HashanP](https://github.com/HashanP) | [`postcss-spiffing`](https://github.com/HashanP/postcss-spiffing)
212213
[talgautb](https://github.com/talgautb) | [`postcss-currency`](https://github.com/talgautb/postcss-currency)
213214
[admdh](https://github.com/admdh) | [`postcss-simple-grid`](https://github.com/admdh/postcss-simple-grid)
@@ -220,10 +221,10 @@ Below is a list of all the wonderful people who make PostCSS plugins.
220221
[bezoerb](https://github.com/bezoerb) | [`postcss-image-inliner`](https://github.com/bezoerb/postcss-image-inliner)
221222
[kinday](https://github.com/kinday) | [`postcss-axis`](https://github.com/kinday/postcss-axis)
222223
[OEvgeny](https://github.com/OEvgeny) | [`postcss-atroot`](https://github.com/OEvgeny/postcss-atroot)
223-
[rsanchez](https://github.com/rsanchez) | [`postcss-colors-only`](https://github.com/rsanchez/postcss-colors-only)
224+
[travco](https://github.com/travco) | [`postcss-extend`](https://github.com/travco/postcss-extend)
224225
[SlexAxton](https://github.com/SlexAxton) | [`colorguard`](https://github.com/SlexAxton/css-colorguard)
226+
[rsanchez](https://github.com/rsanchez) | [`postcss-colors-only`](https://github.com/rsanchez/postcss-colors-only)
225227
[stylelint](https://github.com/stylelint) | [`stylelint`](https://github.com/stylelint/stylelint)
226-
[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables)
227228
[jonathanong](https://github.com/jonathanong) | [`postcss-prefix-selector`](https://github.com/jonathanong/postcss-prefix-selector)
228229
[geut](https://github.com/geut) | [`postcss-copy`](https://github.com/geut/postcss-copy)
229230
[makotot](https://github.com/makotot) | [`postcss-line-height-px-to-unitless`](https://github.com/makotot/postcss-line-height-px-to-unitless)

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.5.27",
3+
"version": "1.5.28",
44
"description": "A consolidated list of PostCSS plugins in an ready-to-use format.",
55
"main": "index.js",
66
"repository": {

plugins.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,5 +2319,14 @@
23192319
"fun"
23202320
],
23212321
"author": "zhouwenbin"
2322+
},
2323+
{
2324+
"name": "postcss-at-rules-variables",
2325+
"description": "Postcss plugin to Custom Properties in at-rules @each, @for, @if, @else and more...",
2326+
"url": "https://github.com/GitScrum/postcss-at-rules-variables.git",
2327+
"tags": [
2328+
"extensions"
2329+
],
2330+
"author": "GitScrum"
23222331
}
23232332
]

0 commit comments

Comments
 (0)