MCPcopy
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 */
14async function css() {
15 await compileCss();
16}
17
18const cssEntryPoints = [
19 {

Callers 2

depCheckFunction · 0.50
maybeBuildMethod · 0.50

Calls 1

compileCssFunction · 0.85

Tested by

no test coverage detected