XamlCSS.XamarinForms 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package XamlCSS.XamarinForms --version 1.0.2
NuGet\Install-Package XamlCSS.XamarinForms -Version 1.0.2
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.XamarinForms" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XamlCSS.XamarinForms --version 1.0.2
#r "nuget: XamlCSS.XamarinForms, 1.0.2"
#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.XamarinForms as a Cake Addin
#addin nuget:?package=XamlCSS.XamarinForms&version=1.0.2

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

Style XamarinForms-apps with Css

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Xamarin.iOS xamarinios10 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 445 5/1/2020
2.2.1-pre1 437 4/4/2020
2.2.0 1,425 2/10/2019
2.2.0-pre7 680 9/5/2018
2.2.0-pre6 633 8/31/2018
2.2.0-pre5 849 5/12/2018
2.2.0-pre4 775 5/6/2018
2.2.0-pre3 866 5/1/2018
2.2.0-pre2 834 4/30/2018
2.2.0-pre1 859 2/11/2018
2.1.0 1,298 12/9/2017
2.0.1 1,066 7/23/2017
2.0.0 969 5/21/2017
2.0.0-pre1 825 2/9/2017
1.0.6 995 1/22/2017
1.0.4 986 12/18/2016
1.0.3 946 11/29/2016
1.0.2 923 11/29/2016
1.0.1 940 11/22/2016
0.9.0-beta-1 771 9/10/2016
0.9.0-alpha-5 819 6/27/2016
0.9.0-alpha-4 789 6/26/2016
0.9.0-alpha-3 768 6/24/2016
0.9.0-alpha-2 802 6/17/2016
0.9.0-alpha 825 5/22/2016
0.8.0 1,012 5/21/2016
0.8.0-beta-3 814 5/18/2016
0.8.0-beta 1,241 5/16/2016

1.0.2
     - 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
     - Better support for MarkupExtensions
     - Xamarin.Forms 2.3.2.127

     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
     - Xamarin.Forms 2.3.1.114

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

     0.9.0-alpha-4
     - VisualTreeHelper.Include didn't work due to bug converting Element to VisualElement - always resulted in null

     0.9.0-alpha-3
     - Support more general UI types

     0.9.0-alpha-2
     - fixed NullReferenceException

     0.9.0-alpha
     - experimental support for MarkupExtensions

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