-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Maui Hybrid Blazor projects using DartSassBuilder #30
Comments
Hi Brian - The package does include a Sass Rule here, but you shouldn't really have to add it yourself. Maybe that rule can be updated to fit your needs..? Can you maybe create a new small project to replicate this issue? |
Thanks for the reply,
Can you see why that rule would create the error I'm seeing in the Package
Manager?
From: johan-v-r ***@***.***>
Sent: Friday, August 4, 2023 11:50 PM
To: deanwiseman/DartSassBuilder ***@***.***>
Cc: Brian Graham ***@***.***>; Author
***@***.***>
Subject: Re: [deanwiseman/DartSassBuilder] Problem with Maui Hybrid Blazor
projects using DartSassBuilder (Issue #30)
Hi Brian - The package does include a Sass Rule here
<https://github.com/deanwiseman/DartSassBuilder/blob/main/package/build/Desi
gnTime/Rules/SassFileType.xaml> , but you shouldn't really have to add it
yourself.
Maybe that rule can be updated to fit your needs..?
-
Reply to this email directly, view it on GitHub
<#30 (comment)
82220> , or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMOMPZPSZXUKGTMFIYVMC3XT
TOW3ANCNFSM6AAAAAA3DLHUX4> .
You are receiving this because you authored the thread.
<https://github.com/notifications/beacon/ABMOMP4AXFRDU376SYIUX3DXTTOW3A5CNFS
M6AAAAAA3DLHUX6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT
DIU66Y.gif> Message ID:
***@***.***
***@***.***> >
|
Hi Dean,
With the Maui Hybrid Blazor project it appears to be a problem having the
rule at all. The Android Publish function works if your nuget package is
removed before the Publish but fails with a Sass rule error if it is
referenced.
Is it a Visual Studio requirement to have a rule?
Cheers
Brian
From: johan-v-r ***@***.***>
Sent: Friday, August 4, 2023 11:50 PM
To: deanwiseman/DartSassBuilder ***@***.***>
Cc: Brian Graham ***@***.***>; Author
***@***.***>
Subject: Re: [deanwiseman/DartSassBuilder] Problem with Maui Hybrid Blazor
projects using DartSassBuilder (Issue #30)
Hi Brian - The package does include a Sass Rule here
<https://github.com/deanwiseman/DartSassBuilder/blob/main/package/build/Desi
gnTime/Rules/SassFileType.xaml> , but you shouldn't really have to add it
yourself.
Maybe that rule can be updated to fit your needs..?
-
Reply to this email directly, view it on GitHub
<#30 (comment)
82220> , or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMOMPZPSZXUKGTMFIYVMC3XT
TOW3ANCNFSM6AAAAAA3DLHUX4> .
You are receiving this because you authored the thread.
<https://github.com/notifications/beacon/ABMOMP4AXFRDU376SYIUX3DXTTOW3A5CNFS
M6AAAAAA3DLHUX6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT
DIU66Y.gif> Message ID:
***@***.***
***@***.***> >
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have come across an issue with using the DartSassBuilder with MAUI Blazor Hybrid app projects in VS 2022.
Basically, I cannot use the Publish function to create an Android bundle. I get the error:
The Sass rule is missing the {item type} property.
I have tried other Sass compilers and they seem to work but we have developed a very complicated Sass theme using your DartSassBuilder so I don't want to try and put in another one at this stage.
The only difference I can see in VS 2022 is in the *.scss file Properties.
For example, If I do not have DartSassBuilder installed I see:
But if I have DartSassBuilder installed I see:
The Publish works for the first project but not the second.
Do you have to define a 'Sass Rule' in your builder?
Regards
Brian
The text was updated successfully, but these errors were encountered: