jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

Angular Build Project Sass #451

Closed ghost closed 7 years ago

ghost commented 7 years ago

**/

Angular Build Project ?

Error: Undefined variable: "$layout-breakpoint-xs". on line 52 of angular/theme/quick-panel/quick-panel.scss

@media screen and (max-width: $layout-breakpoint-xs) { ------------------------------^

at options.error (E:\webdir\project6\node_modules\node-sass\lib\index.js:286:26)

status: 1, file: 'E:/webdir/project6/angular/theme/quick-panel/quick-panel.scss', line: 52, column: 31,

flick36 commented 7 years ago

Are you sure your $layout-breakpoint-xs exists in that file?