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 77
88interface AtRule extends Renderable, Commentable
99{
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+ */
1216 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+ */
1423 const SET_RULES = 'font-face/counter-style/page/swash/styleset/annotation ' ;
1524
1625 /**
You can’t perform that action at this time.
0 commit comments