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 83c7196 commit 66b61b8Copy full SHA for 66b61b8
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 the `DeclarationBlock::createBackgroundShorthand()` (#576)
23
- Deprecate `DeclarationBlock::createShorthandProperties()` (#575)
24
- Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574)
src/RuleSet/DeclarationBlock.php
@@ -605,6 +605,8 @@ public function createBackgroundShorthand()
605
606
/**
607
* @return void
608
+ *
609
+ * @deprecated This will be removed without substitution in version 10.0.
610
*/
611
public function createListStyleShorthand()
612
{
0 commit comments