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 49262ad commit 7fa7112Copy full SHA for 7fa7112
CHANGELOG.md
@@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::createFontShorthand()` (#580)
22
+
23
### Removed
24
25
- Drop support for PHP < 7.2 (#420)
src/RuleSet/DeclarationBlock.php
@@ -720,6 +720,8 @@ public function createDimensionsShorthand()
720
* At least `font-size` AND `font-family` must be present in order to create a shorthand declaration.
721
*
722
* @return void
723
+ *
724
+ * @deprecated This will be removed without substitution in version 10.0.
725
*/
726
public function createFontShorthand()
727
{
0 commit comments