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 9310f23 commit a2cb47fCopy full SHA for a2cb47f
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::createShorthands()` (#569)
22
- Deprecate `Document::expandShorthands()` (#566)
23
- Deprecate `Document::createShorthands()` (#567)
24
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
src/RuleSet/DeclarationBlock.php
@@ -175,6 +175,8 @@ public function expandShorthands()
175
* Creates shorthand declarations (e.g. `margin` or `font`) whenever possible.
176
*
177
* @return void
178
+ *
179
+ * @deprecated This will be removed without substitution in version 10.0.
180
*/
181
public function createShorthands()
182
{
0 commit comments