Open citizenmatt opened 9 years ago
Any directive defined with the C restriction should show up in CSS class code completion, and M in code comments. E.g.
C
M
<!-- directive: my-dir exp --> <span class="my-dir: exp;"></span>
Any directive defined with the
C
restriction should show up in CSS class code completion, andM
in code comments. E.g.