scolapicchioni / spa20

PWA - ASP.NET Core 2.0 - VueJs 2 - IdentityServer 4 - Material Design
34 stars 8 forks source link

Lab 03 error when compiling scss #4

Closed shoveland closed 5 years ago

shoveland commented 5 years ago

When first compiling SCSS in lab03, I am getting:

error in ./src/theme.scss

Module build failed: undefined ^ Argument $alpha of rgba($color, $alpha) must be a number in C:\source\repos\WebApplication1\WebApplication1\spaclient\node_modules\@material\drawer_mixins.scss (line 64, column 11)

@ ./src/theme.scss 4:14-139 13:3-17:5 14:22-147 @ ./src/main.js @ multi ./build/dev-client ./src/main.js

scolapicchioni commented 5 years ago

Thanks for pointing this out. Now that .NET Core 2.2 is out, I'm rewriting the whole project using vue-cli 3 for the client side and .net core 2.2 for the server side. Hopefully there will be fewer inconsistencies.

gabrieligbastos commented 5 years ago

any update on this?

scolapicchioni commented 5 years ago

I'm rewriting the whole thing with vuetify and .netcore 3.0. Lab 01 is already online, the rest will follow hopefully this week. Spa30 Thanks for your patience.