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 ca90b1b commit 9310f23Copy full SHA for 9310f23
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `Document::expandShorthands()` (#566)
22
- Deprecate `Document::createShorthands()` (#567)
23
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
24
src/CSSList/Document.php
@@ -116,6 +116,8 @@ public function getSelectorsBySpecificity($sSpecificitySearch = null)
116
* Expands all shorthand properties to their long value.
117
*
118
* @return void
119
+ *
120
+ * @deprecated This will be removed without substitution in version 10.0.
121
*/
122
public function expandShorthands()
123
{
0 commit comments