webpack/test/configCases/css/css-modules-no-space/warnings.js

13 lines
476 B
JavaScript

"use strict";
module.exports = [
[/Missing whitespace after ':global' in ':global\.class \{/],
[
/Missing whitespace after ':global' in ':global\/\*\* test \*\*\/\.class \{/
],
[/Missing whitespace after ':local' in ':local\.class \{'/],
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/\.class \{'/],
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/#hash \{'/],
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/\{/]
];