File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
interface AtRule extends Renderable, Commentable
9
9
{
10
- // Since there are more set rules than block rules,
11
- // we’re whitelisting the block rules and have anything else be treated as a set rule.
10
+ /**
11
+ * Since there are more set rules than block rules,
12
+ * we’re whitelisting the block rules and have anything else be treated as a set rule.
13
+ *
14
+ * @var string
15
+ */
12
16
const BLOCK_RULES = 'media/document/supports/region-style/font-feature-values ' ;
13
- // … and more font-specific ones (to be used inside font-feature-values)
17
+
18
+ /**
19
+ * … and more font-specific ones (to be used inside font-feature-values)
20
+ *
21
+ * @var string
22
+ */
14
23
const SET_RULES = 'font-face/counter-style/page/swash/styleset/annotation ' ;
15
24
16
25
/**
You can’t perform that action at this time.
0 commit comments