Skip to content

Commit 66718c1

Browse files
authored
[CLEANUP] Drop an unused internal constant (#1144)
1 parent 261eb1b commit 66718c1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Property/AtRule.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ interface AtRule extends Renderable, Commentable
1919
*/
2020
public const BLOCK_RULES = 'media/document/supports/region-style/font-feature-values';
2121

22-
/**
23-
* … and more font-specific ones (to be used inside font-feature-values)
24-
*
25-
* @var string
26-
*
27-
* @internal since 8.5.2
28-
*/
29-
public const SET_RULES = 'font-face/counter-style/page/swash/styleset/annotation';
30-
3122
/**
3223
* @return string|null
3324
*/

0 commit comments

Comments
 (0)