We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab66cff commit 1a142c7Copy full SHA for 1a142c7
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574)
22
- Deprecate `DeclarationBlock::expandBackgroundShorthand()` (#573)
23
- Deprecate `DeclarationBlock::expandFontShorthand()` (#572)
24
- Deprecate `DeclarationBlock::expandDimensionsShorthand()` (#571)
src/RuleSet/DeclarationBlock.php
@@ -465,6 +465,8 @@ public function expandBackgroundShorthand()
465
466
/**
467
* @return void
468
+ *
469
+ * @deprecated This will be removed without substitution in version 10.0.
470
*/
471
public function expandListStyleShorthand()
472
{
0 commit comments