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 b979dc8 commit e525c53Copy full SHA for e525c53
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::createListStyleShorthand()` (#577)
22
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
23
24
### Removed
src/RuleSet/DeclarationBlock.php
@@ -602,6 +602,8 @@ public function createBackgroundShorthand()
602
603
/**
604
* @return void
605
+ *
606
+ * @deprecated This will be removed without substitution in version 10.0.
607
*/
608
public function createListStyleShorthand()
609
{
0 commit comments