MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / css2str

Function css2str

config/webpack.common.js:32–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function css2str() {
33 return [
34 {
35 test: /\.css$/,
36 use: [{
37 loader: 'css-loader',
38 options: {
39 url: false,
40 exportType: 'string'
41 }
42 }]
43 },
44 ];
45}
46
47function scss(loader = 'style-loader', css = false) {
48 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected