File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
18
19
19
### Deprecated
20
20
21
+ - Deprecate ` DeclarationBlock::createFontShorthand() ` (#580 )
21
22
- Deprecate ` DeclarationBlock::createDimensionsShorthand() ` (#579 )
22
23
- Deprecate ` DeclarationBlock::createListStyleShorthand() ` (#577 )
23
24
- Deprecate the ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
Original file line number Diff line number Diff line change @@ -717,6 +717,8 @@ public function createDimensionsShorthand()
717
717
* At least `font-size` AND `font-family` must be present in order to create a shorthand declaration.
718
718
*
719
719
* @return void
720
+ *
721
+ * @deprecated This will be removed without substitution in version 10.0.
720
722
*/
721
723
public function createFontShorthand ()
722
724
{
You can’t perform that action at this time.
0 commit comments