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 6e9d010 commit 5f8e0cbCopy full SHA for 5f8e0cb
src/Property/AtRule.php
@@ -19,15 +19,6 @@ interface AtRule extends Renderable, Commentable
19
*/
20
public const BLOCK_RULES = 'media/document/supports/region-style/font-feature-values';
21
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
-
31
/**
32
* @return string|null
33
0 commit comments