Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ css
Function
css
build-system/tasks/css/index.js:14–16 ·
view source on GitHub ↗
* Entry point for 'amp css' * @return {Promise }
()
Source
from the content-addressed store, hash-verified
12
* @
return
{Promise<void>}
13
*/
14
async
function
css() {
15
await
compileCss();
16
}
17
18
const
cssEntryPoints = [
19
{
Callers
2
depCheck
Function · 0.50
maybeBuild
Method · 0.50
Calls
1
compileCss
Function · 0.85
Tested by
no test coverage detected