MCPcopy
hub / github.com/vuejs/core / sass

Function sass

packages/compiler-sfc/src/style/preprocessors.ts:73–82  ·  view source on GitHub ↗
(source, map, options, load)

Source from the content-addressed store, hash-verified

71}
72
73const sass: StylePreprocessor = (source, map, options, load) =>
74 scss(
75 source,
76 map,
77 {
78 ...options,
79 indentedSyntax: true,
80 },
81 load,
82 )
83
84// .less
85const less: StylePreprocessor = (source, map, options, load = require) => {

Callers

nothing calls this directly

Calls 1

scssFunction · 0.85

Tested by

no test coverage detected