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 0a9c7e6Copy full SHA for 0a9c7e6
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 `DeclarationBlock::expandShorthands()` (#558)
23
24
### Removed
src/CSSList/Document.php
@@ -128,6 +128,8 @@ public function getSelectorsBySpecificity($sSpecificitySearch = null)
128
* Expands all shorthand properties to their long value.
129
*
130
* @return void
131
+ *
132
+ * @deprecated This will be removed without substitution in version 10.0.
133
*/
134
public function expandShorthands()
135
{
0 commit comments