Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ stylesheet
Function
stylesheet
packages/core/css/lib/parse/index.ts:80–90 ·
view source on GitHub ↗
* Parse stylesheet.
()
Source
from the content-addressed store, hash-verified
78
*/
79
80
function
stylesheet() {
81
var
rulesList = rules();
82
83
return
{
84
type
:
'stylesheet'
,
85
stylesheet: {
86
rules: rulesList,
87
parsingErrors: errorsList,
88
},
89
};
90
}
91
92
/**
93
* Opening brace.
Callers
1
parse
Function · 0.85
Calls
1
rules
Function · 0.85
Tested by
no test coverage detected