material-dashboard icon indicating copy to clipboard operation
material-dashboard copied to clipboard

fix for scss build error

Open ddtech71 opened this issue 6 years ago • 0 comments

error detail:

ERROR in ./resources/sass/style.scss
Module build failed (from ./node_modules/css-loader/index.js):
ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js):
SyntaxError

(24:6) Missed semicolon

  22 |       vertical-align: middle;
  23 |       border-top: 4px dashed;
> 24 |       border-top: 4px solid\9;
     |      ^
  25 |       border-right: 4px solid transparent;
  26 |       border-left: 4px solid transparent;

ddtech71 avatar Dec 19 '18 13:12 ddtech71