-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Where is <md-content> defined? #921
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
Comments
It is used in sidenav.scss and sidenav-transitions.scss, but I can confirm that in IntelliJ Idea it is not recognised as a selector. Using Go To > Declaration (cmd + b on osx) next to something like |
This is not related to material; WebStorm / IJ don't recognize custom elements by default. |
@jelbourn - respectfully... IDEA 2016.2 recognizes many of the |
In Again in Wiki also it's not referenced. Maybe |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Question, that may or may not result in a change...
What is the expected behavior?
md-content being recognized by my IDE JetBrains IDEA 2016.2
What is the current behavior?
JetBrains IDEA 2016.2 reports
Selector matches unknown element
md-content
when I reference
md-content
in style sheets (.scss
)What are the steps to reproduce?
Add a md-content reference in a style sheet
What is the use-case or motivation for changing an existing behavior?
Presumably this is just a nit
Which versions of Angular, Material, OS, browsers are affected?
2.0.0-alpha.6-2
Is there anything else we should know?
I searched the repository for the location within the material code for a definition of the md-content selector and could not find one...
The text was updated successfully, but these errors were encountered: