Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/postcss/postcss-custom-properties

Use Custom Properties in CSS
https://github.com/postcss/postcss-custom-properties

Update README.md

d56541bf2c59693be89fc3a4156d43a36621f16e authored over 9 years ago by Maxime Thirouin <[email protected]>
Update README.md

f8f3d8d91dcbb0c3d50a949f331a5eaf76161913 authored over 9 years ago by Maxime Thirouin <[email protected]>
4.0.0

b843b93f6e4eca396c34872329da21c131e31d2f authored over 9 years ago by Maxime Thirouin <[email protected]>
typo

f85a59abab062724debf0efe313dd9882dce9003 authored over 9 years ago by Maxime Thirouin <[email protected]>
Convert js defined variables to strings

5b22a25af110e7bd322398c69332e2629cdd9f94 authored over 9 years ago by Glen Huang <[email protected]>
Update README.md

996d39aaa0610b2519ba6f400021967e0c64c874 authored over 9 years ago by Maxime Thirouin <[email protected]>
Add a note about postcss-css-variables

9059a509c3864881377545c7a420a88eda0c67c4 authored over 9 years ago by Maxime Thirouin <[email protected]>
Update README.md

78ca1e36445265d14abf9f56d070dbe12721f12b authored over 9 years ago by Maxime Thirouin <[email protected]>
Update CHANGELOG.md

Fix typo.

ade56a08ab38fda217f208f802582a457365c164 authored over 9 years ago by Glen Huang <[email protected]>
Update README.md

Fix typo

df43c890646e2d878f1a002e8d1d2d4ea7060f4b authored over 9 years ago by Glen Huang <[email protected]>
Not using object-assign

442612b5f294cdfa1a4d4f9d9f974c7d9a5d5fac authored over 9 years ago by Glen Huang <[email protected]>
Changed: messages and exceptions are now using postcss API. Messages are not outputted by default to console anymore.

387df9a651e948b99c5304461775ce8b529d5436 authored almost 10 years ago by Maxime Thirouin <[email protected]>
3.3.0

d8c4db5f94fcea5421e4a5bacd9e60f7d3d18bb8 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Added: strict option

Close #14

03bbae7d6d914e475b6a8141343507ecf277c91e authored almost 10 years ago by Maxime Thirouin <[email protected]>
Upgrade tape to 4.x

480240cf15097df2f716036493f3cf6d9da2d468 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Remove duplicated dep

2125844b295db5f3fcbaabf766801e8173f15c4b authored almost 10 years ago by Maxime Thirouin <[email protected]>
Prevent mutability issue

edb250466fbd81de046abdc40fbbb761cc530539 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Update README according to recent changes

d01bae5f5e2eaec53993d05391621080300c8336 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Rename `append` option to `appendVariables`

To make it clear.

6828438cd26283bdd2d26eecc4b120155f7e9b25 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #25 from hgl/computed

Add `preserve: "computed"` and `append` option

f537a495d37908927a939942efbd180d486c5da6 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Add postcss to package.json

b45e18e06deb47574038b6c46f89d9fec9f484b7 authored almost 10 years ago by Glen Huang <[email protected]>
Add `preserve: "computed"` option

8378dfc15878da8572c70e5406da727f4ef5c330 authored almost 10 years ago by Glen Huang <[email protected]>
Add append option

22794f1a30325ba092ae69a1983388dde4fd138d authored almost 10 years ago by Glen Huang <[email protected]>
Merge pull request #23 from hgl/fix

Throw error for circular variables references

c03d1d3ad80c8a0abeebf2668326a9da8d6f73ba authored almost 10 years ago by Maxime Thirouin <[email protected]>
Not leave unprefixed variables in map

1ff31a2c7daeaa90e022a6fda5524caa5a150934 authored almost 10 years ago by Glen Huang <[email protected]>
Not throw error for circular variable references

e99892845db0562b995c535e6d698db733e4bcdf authored almost 10 years ago by Glen Huang <[email protected]>
Add unit tests for circular variable references

d0082b22cda86be288c3e56d5d9c991626801f46 authored almost 10 years ago by Glen Huang <[email protected]>
Refactor variable resolutions

0f78590ea213c57ba0ec9b0e263a19c2d231cf91 authored almost 10 years ago by Glen Huang <[email protected]>
Reword circular reference error messages

e6f1f8281b7f61452989244d6c67c09a8774b5d1 authored almost 10 years ago by Glen Huang <[email protected]>
Cache resolved variables

ec028ab59c8e650ebf46f57590c0cbd02a01e3e5 authored almost 10 years ago by Glen Huang <[email protected]>
Throw error for self-referential variables

014fff81c7a581942683d7a94ba9ac1b3d0b4a75 authored almost 10 years ago by Glen Huang <[email protected]>
Not resolve values while copying

fd915ff7436ccbc1ffc0180e18c4cf87c1216170 authored almost 10 years ago by Glen Huang <[email protected]>
Added: JS defined variables are now resolved too (3.2.0)

a5aa2bfe92d7b5414a9037efa3da95609f2ffdff authored almost 10 years ago by Maxime Thirouin <[email protected]>
Replace jscs+jshint by eslint

78e550eb0e60c00f7430c70f5285872c2c8d1a40 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #21 from bloodyowl/feat.auto-double-dash

Added: variables defined in JS are now automatically prefixed with `--`

8289bd5af50a3e70241237eb1ad31a718c9ea411 authored almost 10 years ago by Maxime Thirouin <[email protected]>
documented JS keys auto-prefixing

c1e190715ea23a86be85cdd6f2df95b05a15c524 authored almost 10 years ago by Matthias Le Brun <[email protected]>
added automatic variabled prefixing

0691784ed2218d7e6b16da8c4df03e2ca0c4798c authored almost 10 years ago by Matthias Le Brun <[email protected]>
Fixed: logs now have filename back (3.0.1)

Close #19

8bba058fa92a1a197040c5e7fd7a4d68d4f33695 authored almost 10 years ago by Maxime Thirouin <[email protected]>
v3.0.0

51598c5b035cca63725345d5aadca722f01588e2 authored almost 10 years ago by Maxime Thirouin <[email protected]>
prepare v3.0.0

d8e7598ce9f99124cc815d11603355d426831731 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Use a new postcss 4 method `cloneBefore`

604168e4e28379c3a42c8a8255957a65ec6b2c27 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Remove useless test about rule being a rule

rule (eachRule) are obviously rule right?

16ff3c22fe0563a1283411d7866791966fff4c58 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #18 from davidtheclark/master

Upgrade to postcss 4
Close #17

4e828dfedb2a367cb39dd4fc0205fb7270be1718 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Upgrade to postcss 4

5f10e21af6e20a231cee366bd76cd18fb21c6f88 authored almost 10 years ago by David Clark <[email protected]>
v2.1.1

bbe182b5814597db69702129ceecfb28a66ac1a2 authored about 10 years ago by Maxime Thirouin <[email protected]>
More readable console.warn

b5e0821b25e2d6fefa42965fb70a94da3803184b authored about 10 years ago by Maxime Thirouin <[email protected]>
fix issue when multiples undefined values are referenced

Close #

93f0d5b3fdaeed7ed9d62723bb10c5496724b2d1 authored about 10 years ago by Maxime Thirouin <[email protected]>
v2.1.0

83f6dda366ccd4ef178fa5671bef1a8de823eeee authored about 10 years ago by Maxime Thirouin <[email protected]>
Enhanced exceptions & messages

7d3a6dd1850828e80904b8d21f98074e016441e2 authored about 10 years ago by Maxime Thirouin <[email protected]>
v2.0.0

08d19b4782fed1b48126cc38b15b5efc9571a027 authored about 10 years ago by Maxime Thirouin <[email protected]>
Upgrade to postcss 3

d5d24f4082972cd09326d10c7129c86cedc3b178 authored about 10 years ago by Maxime Thirouin <[email protected]>
v1.0.2

80119d39ede1b590b4c9ab347f791fee08d9d7bb authored about 10 years ago by Maxime Thirouin <[email protected]>
More clear message for warning about custom prop used in non top-level :root

Ref
https://github.com/postcss/postcss-custom-properties/commit/d39303bbd75e
d961662a764f7a086cb...

1c90a45ba79cae09888ea51df3b0171cba5d3ca1 authored about 10 years ago by Maxime Thirouin <[email protected]>
v1.0.1

3437f748940bf4efdf22c37eb04c130b20598716 authored about 10 years ago by Maxime Thirouin <[email protected]>
fix warning about custom prop used in non :root

86498f9eb5f0fa0cfcba1dc50efa92a9c2f4f7be authored about 10 years ago by Maxime Thirouin <[email protected]>
v1.0.0

f35b3efd9147b24c651df270964f4f5c0b9087ba authored about 10 years ago by Maxime Thirouin <[email protected]>
handle !important

Close #12

b4935663fa924a32473c5103a14a831ad0ba36a3 authored about 10 years ago by Maxime Thirouin <[email protected]>
Add warning when a custom prop is used in another place that :root

Close #13

d39303bbd75ed961662a764f7a086cbe1f3f49a9 authored about 10 years ago by Maxime Thirouin <[email protected]>
Fix grammar of warning message

a2fbc7a13bfd4043fd80d114892ca97e343faf65 authored about 10 years ago by Nicolas Gallagher <[email protected]>
less dev deps

62bee9aca9a7383147d8cc2857576170cf4c669b authored about 10 years ago by Maxime Thirouin <[email protected]>
update license format

d169f613545ecda88a8d76cc56e985948f6327c7 authored about 10 years ago by Maxime Thirouin <[email protected]>
.expected is more clear than .out

9279bca2d356f0a6596dedbcab1d967b440e535e authored over 10 years ago by Maxime Thirouin <[email protected]>
Update README according to #1 & #9

6d4fad56272b01b0e98b73163d040c9753068721 authored over 10 years ago by Maxime Thirouin <[email protected]>
v0.4.0

bf878aec2fa61d385fda1deff39762979d9eadd2 authored over 10 years ago by Maxime Thirouin <[email protected]>
prepare 0.4.0

2a886cb2e9dd9047ca6f31a7fe3dbbb409ed1a27 authored over 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #10 from necolas/feature/js-overrides

JS-defined properties override CSS-defined

893067e777371369e8bff57e46d8b41245a8b4fd authored over 10 years ago by Maxime Thirouin <[email protected]>
JS-defined properties override CSS-defined

2304d37b59b9ee430f1abf3c2ce5254e23e9b069 authored over 10 years ago by Nicolas Gallagher <[email protected]>
MIT license update

https://github.com/postcss/postcss-custom-properties/commit/b0a38ae50ba89f013c370d9752acec178041...

63110995bb04d57511d8c824ba97d78185781f70 authored over 10 years ago by Maxime Thirouin <[email protected]>
MIT license update

Ref
https://github.com/postcss/postcss-custom-media/commit/9e0cf68110afa7870
0f6d29a486a07604712...

b0a38ae50ba89f013c370d9752acec178041fbeb authored over 10 years ago by Maxime Thirouin <[email protected]>
Adjust changelog dates

6a0b3851d4e2abaef96126b813746f27c1cf1b73 authored over 10 years ago by Maxime Thirouin <[email protected]>
v0.3.1

79ee18c646e16618f855d38b8d93f4b5166185e0 authored over 10 years ago by Maxime Thirouin <[email protected]>
Add ref to postcss-calc in README

Close #3

0a95a1c41470fd2f159ae1e49599c00f5363ed9b authored over 10 years ago by Maxime Thirouin <[email protected]>
undefined var doesn't throw error anymore...

(just a console warning) & are kept as is in the output

Close #5

833687a4bc656e38ac09d04938ac2d34a02b71dc authored over 10 years ago by Maxime Thirouin <[email protected]>
fix nested custom properties usages

Close https://github.com/putaindecode/cssnext/issues/25

2690f0f0327802efd20b269d28a50ef0d9286af8 authored over 10 years ago by Maxime Thirouin <[email protected]>
Update link to issue & remove ref to postcss-vars (deprecated)

https://github.com/iamvdo/postcss-vars/issues/4#issuecomment-52500451

48eebf0dfd5a8d27276c1dae8c38edee536cd73b authored over 10 years ago by Maxime Thirouin <[email protected]>
v0.3.0

8508fe5f3c5a69ed121af9cbbb45074eb1c7e7b3 authored over 10 years ago by Maxime Thirouin <[email protected]>
fallback now are always added by default + rename map option

see why: http://www.w3.org/TR/css-variables/#invalid-variables

Close #4

d1cb117b9a49587e176f69b29c6224e5289d79d7 authored over 10 years ago by Maxime Thirouin <[email protected]>
v0.2.0

5f23747fdaddc84dadb6b2ca55a21ad041ad2cbb authored over 10 years ago by Maxime Thirouin <[email protected]>
Prepare 0.2.0

57762b08f6cde2433b80b0ca142251a23280d622 authored over 10 years ago by Maxime Thirouin <[email protected]>
gnu style message

34ba6357613a2f06e37ef7a52dabfc7ccbd4e505 authored over 10 years ago by Maxime Thirouin <[email protected]>
it's about syntax

256df27a9994d7ce42875f50b06c36ccd814e6f6 authored over 10 years ago by Maxime Thirouin <[email protected]>
Fix license link in README

fce1706e736c3dae696f74bbd79fde93e98a0928 authored over 10 years ago by Maxime Thirouin <[email protected]>
normalize README

9752c738996737b4cfa30b55df99fb8acb215158 authored over 10 years ago by Maxime Thirouin <[email protected]>
This is not a polyfill

d880a832c5b4ca31b7aac03eb8f440488d2f2541 authored over 10 years ago by Maxime Thirouin <[email protected]>
Add map + refactor tests a bit

fd3cb5244c28f4f4adebfb4b35c1a19929a6b5e5 authored over 10 years ago by Maxime Thirouin <[email protected]>
Normalize description

7c6705ac7b665d5524990d9e133f98dc31f8ad4c authored over 10 years ago by Maxime Thirouin <[email protected]>
Show consistent API in README

poke @jonathanong

04d121b62b1d786be8578fa90518c49b6f3b9ad9 authored over 10 years ago by Maxime Thirouin <[email protected]>
Add _Contributing_ section

0193beffe27417c0409c75bd197649dc7ffbd070 authored over 10 years ago by Maxime Thirouin <[email protected]>
Add linting

ba9e41641362af4f8c4a062af6b01f1b382892d1 authored over 10 years ago by Maxime Thirouin <[email protected]>
Update ref for `postcss-vars` thing

a0343455d45bfa6717c43e64557e3ef6a23057a9 authored over 10 years ago by Maxime Thirouin <[email protected]>
Add note about `postcss-vars`

f9b6265820d351b1c8c9e888ba621ce1e29eae1f authored over 10 years ago by Maxime Thirouin <[email protected]>
typo

poke @_kud

e5fea8cfb4b7519e630eb51502fd604d0513f852 authored over 10 years ago by Maxime Thirouin <[email protected]>
v0.1.0

32189bf7ac6735fffbc91765ee28da2c791d968b authored over 10 years ago by Maxime Thirouin <[email protected]>
First release based on rework-vars v3.1.1

35fd8f43453f7c48b818f3e852720f7f902c6e6f authored over 10 years ago by Maxime Thirouin <[email protected]>