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 d275b22 commit 48a2305Copy full SHA for 48a2305
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::expandFontShorthand()` (#572)
22
- Deprecate `DeclarationBlock::expandDimensionsShorthand()` (#571)
23
- Deprecate `DeclarationBlock::expandBorderShorthand()` (#570)
24
- Deprecate `DeclarationBlock::createShorthands()` (#569)
src/RuleSet/DeclarationBlock.php
@@ -319,6 +319,8 @@ public function expandDimensionsShorthand()
319
* into their constituent parts.
320
*
321
* @return void
322
+ *
323
+ * @deprecated This will be removed without substitution in version 10.0.
324
*/
325
public function expandFontShorthand()
326
{
0 commit comments