XamlCSS
XamlCSS copied to clipboard
Importing scss problem
it doesnt show live .. but works when f5. scss is already set as an embedded resource
but this work when not doing import
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
:( because I really like the syntax highlighting .. if i used that it will be auto live? without f5?