Open samhouts opened 4 years ago
Xamarin.Forms has its own selector to allow you to style any element with a base class matching the class. LessCompiler adds a space between the ^ and the class name.
Add a style like so:
^contentpage { background-color: red; }
Save.
.css:
^ contentpage { background-color: red; }
Installed product versions
Description
Xamarin.Forms has its own selector to allow you to style any element with a base class matching the class. LessCompiler adds a space between the ^ and the class name.
Steps to recreate
Add a style like so:
Save.
Current behavior
.css:
Expected behavior
.css: