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

Function css

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

Source from the content-addressed store, hash-verified

13};
14
15function css() {
16 return [
17 {
18 test: /\.css$/,
19 use: [{
20 loader: 'style-loader'
21 },
22 {
23 loader: 'css-loader',
24 options: {
25 url: false
26 }
27 }]
28 },
29 ];
30}
31
32function css2str() {
33 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected