XamlCSS.UWP 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package XamlCSS.UWP --version 2.0.1                
NuGet\Install-Package XamlCSS.UWP -Version 2.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XamlCSS.UWP" Version="2.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XamlCSS.UWP --version 2.0.1                
#r "nuget: XamlCSS.UWP, 2.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XamlCSS.UWP as a Cake Addin
#addin nuget:?package=XamlCSS.UWP&version=2.0.1

// Install XamlCSS.UWP as a Cake Tool
#tool nuget:?package=XamlCSS.UWP&version=2.0.1                

Style UWP-apps with Css

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1-pre2 385 5/1/2020
2.2.1-pre1 420 4/4/2020
2.2.0 913 2/10/2019
2.2.0-pre7 663 9/5/2018
2.2.0-pre6 638 8/31/2018
2.2.0-pre5 804 5/12/2018
2.2.0-pre4 741 5/6/2018
2.2.0-pre3 857 5/1/2018
2.2.0-pre2 839 4/30/2018
2.2.0-pre1 804 2/11/2018
2.1.0 1,025 12/9/2017
2.0.1 970 7/23/2017
2.0.0 913 5/21/2017
2.0.0-pre1 777 2/9/2017
1.0.6 992 1/22/2017
1.0.5 928 1/21/2017
1.0.4 998 12/18/2016
1.0.3 951 11/29/2016
1.0.2 946 11/29/2016
1.0.1 941 11/22/2016
0.9.0-beta-1 792 9/10/2016
0.9.0-alpha-5 788 6/27/2016
0.9.0-alpha-4 802 6/26/2016
0.9.0-alpha-3 798 6/24/2016
0.9.0-alpha-2 796 6/17/2016
0.9.0-alpha 798 5/22/2016
0.8.0 997 5/21/2016
0.8.0-beta-3 808 5/18/2016
0.8.0-beta 1,212 5/16/2016

2.0.1
           - #36 Fixed "XamlCSS does not support unicode escapes"

           2.0.0
           - #29 Support comments
           - #30 Support enter/exit trigger actions
           - #31 Better error information
           - Rewritten tokenizer, css-parser (performance, maintainability)
           - Better markup-extension parsing
           - Fixed same selector property overrides
           - Support namespaces in markup-extensions

           2.0.0-pre1
           - #11 Nested selectors, css-variables
           - #23 Css imports
           - #24 Sass-like mixins
           - #28 Fixed bracket parsing

           1.0.6
           - #20 Performance: Selectors are parsed too often

           1.0.5
           - #19 Decimal Number not parsed correctly
           - #18 Class not properly parsed in grouped selectors
           - #13 CSS-Parser: Broken String-Literal Handling

           1.0.4
           - Css namespacing support fixed
           - Flickering when control added to view

           1.0.3
           - Fixed NullReferenceException

           1.0.2
           - Xaml-Designer Preview support
           - CssParser Tokenizer fixed
           - Better Logical-/Visual-Tree handling

           1.0.1
           - Define stylesheet in Xaml-files with css text
           - Fixed selector specificity

           1.0.0
           - Performance/memory improvements: Caching dom-elements, dom-children,...
           - Batch-Rendering
           - Define stylesheet in Xaml-files with css text
           - Fixed selector specificity

           0.9.0-beta-1
           - Added better css-quotes support
           - Support modal pages
           - fixed bool value support
           - Fixed VisualTreeCell.Include="true"
           - Performance improvement
           - AngleSharp 0.9.8

           0.9.0-alpha-5
           - Fix partial updates: not finding all parents while executing css-parser

           0.9.0-alpha-2
           - fixed NullReferenceException

           0.9.0-alpha
           - experimental support for MarkupExtensions (only StaticResource)

           0.8.0
           - Support for attached properties
           - Support for CSS-namespaces

           0.8.0-beta-3:
           Fixed UWP nuget-package