XamlCSS icon indicating copy to clipboard operation
XamlCSS copied to clipboard

Importing scss problem

Open gurachan opened this issue 5 years ago • 3 comments

gurachan avatar Feb 22 '20 21:02 gurachan

image

it doesnt show live .. but works when f5. scss is already set as an embedded resource

image

but this work when not doing import

gurachan avatar Feb 24 '20 06:02 gurachan

It's because the embedded resource doesn't update with the XAML. It's a limitation of Visual Studio's live reloading. If you're feeling especially determined, you can try using: https://github.com/Resourceful-Dot-NET/Resourceful/blob/master/README.md

JohnLouderback avatar Feb 24 '20 07:02 JohnLouderback

:( because I really like the syntax highlighting .. if i used that it will be auto live? without f5?

gurachan avatar Feb 24 '20 09:02 gurachan