Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin.Forms ^base selector isn't compiled properly #22

Open
samhouts opened this issue Jun 11, 2020 · 0 comments
Open

Xamarin.Forms ^base selector isn't compiled properly #22

samhouts opened this issue Jun 11, 2020 · 0 comments

Comments

@samhouts
Copy link

Installed product versions

  • Visual Studio: 16.7.0 Preview 2.0
  • This extension: 0.9.46

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:

^contentpage {
    background-color: red;
}

Save.

Current behavior

.css:

^ contentpage {
 background-color: red;
}

Expected behavior

.css:

^contentpage {
 background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant