Skip to content

Commit

Permalink
1.0.0-preview8-05
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed Aug 21, 2019
1 parent a4675ca commit 98235cb
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/_content/SamplePages/snippets/css1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Styled @bind-Classname="@div">
color: red;
font-family: "open sans", serif;
</Styled>

<Styled>
h1 {
color: pink;
}
</Styled>
Binary file modified docs/_framework/_bin/BlazorPrettyCode.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/BlazorPrettyCode.pdb
Binary file not shown.
Binary file modified docs/_framework/_bin/ClientSideSample.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/ClientSideSample.pdb
Binary file not shown.
Binary file modified docs/_framework/_bin/Mono.Security.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/SamplePages.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/SamplePages.pdb
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Core.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Net.Http.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/mscorlib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/BlazorPrettyCode/BlazorPrettyCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>7.3</LangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageId>BlazorPrettyCode</PackageId>
<Version>1.0.0-preview8-04</Version>
<Version>1.0.0-preview8-05</Version>
<Authors>Chanan Braunstein</Authors>
<Title>Blazor PrettyCode</Title>
<Description>Razor Code Display Component</Description>
Expand Down

0 comments on commit 98235cb

Please sign in to comment.