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 c415003 commit bf985dbCopy full SHA for bf985db
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `Document::createShorthands()` (#567)
22
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
23
24
### Removed
src/CSSList/Document.php
@@ -128,6 +128,8 @@ public function expandShorthands()
128
* Create shorthands properties whenever possible.
129
*
130
* @return void
131
+ *
132
+ * @deprecated This will be removed without substitution in version 10.0.
133
*/
134
public function createShorthands()
135
{
0 commit comments