This repository has been 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
Inability to add custom layout breakpoints #5020
Labels
Milestone
Comments
Great suggestion... and interestingly enough this feature is already in planning ;-) |
Glad to hear that! Thanks for the update and keep up the great work! |
With SHA a4a5644, we now publish the Layout features with Attribute Selectors [only] in the CSS file: angular-material.layouts.css. When using this file:
|
ThomasBurleson
added
the
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
label
Oct 15, 2015
ThomasBurleson
added
P5: nice to have
These issues will not be fixed without community contributions.
and removed
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
priority: high
labels
Jan 13, 2016
ThomasBurleson
changed the title
Inability to add custom layout breakpoints as of 0.11.0
Inability to add custom layout breakpoints
Jan 13, 2016
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Prior to 0.11.0, it was relatively easy to add custom breakpoints (e.g.
xs
in our case as we're transitioning away from bootstrap) using the sass mixins that define the defaults.As of 0.11.0, this method no longer works as layouts became directives. I think it'd still be pretty easy to do, only the methods used to create the directives aren't publicly accessible and would have to be copy/pasted.
I can understand if this is not a design goal of Angular Material, but I thought I'd put it out there in case.
The text was updated successfully, but these errors were encountered: