Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.17 KB

XamlCSS

Style Xaml-applications with CSS

Supported platforms

Supported Features

  • CSS selectors
  • Remove and reapply styles
  • Detect new elements and apply matching styles
  • Support Binding * (except vanilla UWP)
  • Support StaticResource *
  • Support DynamicResource * (except vanilla UWP)
  • Set simple values like Foreground, FontSize, FontStyle,... by CSS

New in 2.0.0

  • Triggers
  • Multiple StyleSheets
  • Nested selectors (like Sass)
  • Css-variables
  • Import of other css-files

Not (yet) supported

  • Visual State Manager

For more information look at the provided test-apps in the solution to see how to initialize and use XamlCSS.

*) Braking change in binding syntax in 2.0.0: instead of {Binding value} you now write #Binding value or "{Binding value}"