css-modules / postcss-icss-values

Pass arbitrary constants between your module files
MIT License
203 stars 18 forks source link

Unterminated template literal #87

Closed deadlysyntax closed 7 years ago

deadlysyntax commented 7 years ago

Got this error using version 2.2.3:

ERROR in ./~/css-loader!./~/bootstrap/dist/css/bootstrap.css Module build failed: /Users/jaap/Sites/auxiliary/node_modules/postcss-ordered-values/dist/rules/border.js:14 'hidden', 'dotted',`'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset']; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Unterminated template literal at Object.exports.runInThisContext (vm.js:73:16)

Note the backtick between the words 'dotted' and 'dashed'.