XamlCSS icon indicating copy to clipboard operation
XamlCSS copied to clipboard

Style Xaml applications with CSS

Results 22 XamlCSS issues
Sort by recently updated
recently updated
newest added

Hello, The XamlCss looks promessing but i really miss a very basic minimal example. 1 css file, a window with 1 button, that is it. That would show the basic...

Fixes https://github.com/warappa/XamlCSS/issues/104 Please merge, thanks

Hi, it seems that Span inside a FormattedString is not supported by XamlCss. Example: ``` ``` This css does nothing: ``` Span { TextColor: "Red"; } ``` Any help? Thanks

Hi, by creating a rule with decimal value, for example ``` .somerule { BorderWidth: 1.3; } ``` the resulting value is dependent on system locale, i.e. for an English device,...

(I apologies for my english) I took a look into the source, and it builds the resource name based on assembly name. - I can have multiple assembly with the...

bug
enhancement

![image](https://user-images.githubusercontent.com/12135498/75618367-244ed180-5ba8-11ea-9bd8-39c4fa67b28c.png) everything seems fine but this nothing is reflected

Xaml-Designer for WPF .NET Core 3 fails to render correctly with CSS, just as if there was no CSS defined. The running app has the CSS-styles applied correctly.

bug
WPF
Xaml-Designer Preview
.NET Core

If you apply a class on the root of a custom control, the style is ignored. The subelements in the custom control are styled correctly.

![image](https://user-images.githubusercontent.com/57389330/70308242-1688ea80-180b-11ea-9298-b169187ea303.png) The Variables Property is empty, even if there are variables defined in the css.