MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / atrule

Function atrule

packages/core/css/lib/parse/index.ts:528–532  ·  view source on GitHub ↗

* Parse at rule.

()

Source from the content-addressed store, hash-verified

526 */
527
528 function atrule() {
529 if (css[0] != '@') return;
530
531 return atkeyframes() || atmedia() || atcustommedia() || atsupports() || atimport() || atcharset() || atnamespace() || atdocument() || atpage() || athost() || atfontface();
532 }
533
534 /**
535 * Parse rule.

Callers 1

rulesFunction · 0.85

Calls 8

atkeyframesFunction · 0.85
atmediaFunction · 0.85
atcustommediaFunction · 0.85
atsupportsFunction · 0.85
atdocumentFunction · 0.85
atpageFunction · 0.85
athostFunction · 0.85
atfontfaceFunction · 0.85

Tested by

no test coverage detected