postcss-class-apply
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "postcss-class-apply", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "PostCSS plugin enabling custom class sets references", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,17 +11,16 @@ # postcss-class-apply | ||
Refer to [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties#postcss-custom-properties-) for DOMless limitations. | ||
Refer to [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties#postcss-custom-properties-) | ||
for DOMless limitations. | ||
## Web Platform status | ||
Spec (editor's draft): https://tabatkins.github.io/specs/css-apply-rule | ||
Browser support: https://www.chromestatus.com/feature/5753701012602880 | ||
Browser support: https://www.chromestatus.com/feature/5753701012602880 | ||
:warning: The `@apply` rule and custom property sets most likely won't get any more support from browser vendors as the spec is yet considered deprecated and [alternative solutions](https://tabatkins.github.io/specs/css-shadow-parts) are being discussed. | ||
:warning: The `@apply` rule and custom property sets most likely won't get any more support from browser vendors as the | ||
spec is yet considered deprecated and [alternative solutions](https://tabatkins.github.io/specs/css-shadow-parts) are | ||
being discussed. | ||
Refer to following links for more infos: | ||
* https://discourse.wicg.io/t/needed-new-champion-for-css-apply-rule/2012 | ||
* https://github.com/w3c/webcomponents/issues/300#issuecomment-276210974 | ||
* http://www.xanthir.com/b4o00 | ||
* https://github.com/w3c/csswg-drafts/issues/1047 | ||
* https://github.com/postcss/postcss/blob/main/docs/writing-a-plugin.md | ||
@@ -34,3 +33,2 @@ ## Installation | ||
## Usage | ||
@@ -81,4 +79,2 @@ | ||
## Credits | ||
@@ -96,13 +92,25 @@ | ||
[css-url]: https://cssdb.org#rejected | ||
[css-image]: https://img.shields.io/badge/cssdb-rejected-red.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.org/package/postcss-apply | ||
[npm-image]: http://img.shields.io/npm/v/postcss-apply.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/pascalduez/postcss-apply?branch=master | ||
[travis-image]: http://img.shields.io/travis/pascalduez/postcss-apply.svg?style=flat-square | ||
[codecov-url]: https://codecov.io/gh/pascalduez/postcss-apply | ||
[codecov-image]: https://img.shields.io/codecov/c/github/pascalduez/postcss-apply.svg?style=flat-square | ||
[depstat-url]: https://david-dm.org/pascalduez/postcss-apply | ||
[depstat-image]: https://david-dm.org/pascalduez/postcss-apply.svg?style=flat-square | ||
[license-image]: http://img.shields.io/npm/l/postcss-apply.svg?style=flat-square | ||
[license-url]: UNLICENSE | ||
[spec]: https://tabatkins.github.io/specs/css-apply-rule |
113
12436