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 be0c343Copy full SHA for be0c343
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::expandShorthands()` (#558)
23
24
### Removed
src/RuleSet/DeclarationBlock.php
@@ -326,6 +326,8 @@ public function expandDimensionsShorthand()
326
* into their constituent parts.
327
*
328
* @return void
329
+ *
330
+ * @deprecated This will be removed without substitution in version 10.0.
331
*/
332
public function expandFontShorthand()
333
{
0 commit comments