Skip to content

Instantly share code, notes, and snippets.

@vertonghenb
Created November 24, 2020 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vertonghenb/60a3d09a6387a184e32dc9fc63f822e7 to your computer and use it in GitHub Desktop.
Save vertonghenb/60a3d09a6387a184e32dc9fc63f822e7 to your computer and use it in GitHub Desktop.
<Target Name="WatchScopedCss" BeforeTargets="GenerateWatchList">
<ItemGroup>
<Watch Include="**\*.razor.css" />
</ItemGroup>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment