This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
docs(layout): document print classes and their usage #11358
Copy link
Copy link
Open
Labels
P2: requiredIssues that must be fixed.Issues that must be fixed.for: internal contributorThe team will address this issue and community PRs are not requested.The team will address this issue and community PRs are not requested.type: custom css docstype: docs
Milestone
Description
Bug, enhancement request, or proposal:
Proposal
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
https://material.angularjs.org/latest/layout/introduction
Detailed Reproduction Steps:
- Search the docs for guidance on styling for printing
What is the expected behavior?
Docs would be found which include an explanation about the ability to use classes like show-print
, hide-print
, show-print-xs
, and hide-print-lg
, etc.
What is the current behavior?
No documentation for this feature exists.
What is the use-case or motivation for changing an existing behavior?
The feature is unknown to many and questions are raised when the docs can't be found.
Which versions of AngularJS, Material, OS, and browsers are affected?
- AngularJS: 1.6.7
- AngularJS Material: 1.1.0+
- OS: All
- Browsers: All
Is there anything else we should know? Stack Traces, Screenshots, etc.
Printing styling was greatly improved in #6923.
The main commit to look at for updating the layout docs is eb1249d.
Metadata
Metadata
Assignees
Labels
P2: requiredIssues that must be fixed.Issues that must be fixed.for: internal contributorThe team will address this issue and community PRs are not requested.The team will address this issue and community PRs are not requested.type: custom css docstype: docs