Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

feat(divider): add implementation of the divider component #250

Closed
wants to merge 1 commit into from

Conversation

EisenbergEffect
Copy link
Contributor

This pull request adds an implementation of the "divider" component which groups and separates content within lists and page layouts using strong visual and spatial distinctions. Demos, docs and a small test suite accompany the implementation.

Closes #194

}

&[inset] {
margin-left: $baseline-grid * 10;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra whitespace here

@ajoslin
Copy link
Contributor

ajoslin commented Sep 9, 2014

Everything looks good to me except for the whitespace nitpicking :-)

@EisenbergEffect
Copy link
Contributor Author

I recently set up this machine...so I may have forgot to set tabs to two
spaces. I'll fix it up.

On Tue, Sep 9, 2014 at 10:38 AM, Andrew Joslin notifications@github.com
wrote:

Everything looks good to me except for the whitespace nitpicking :-)


Reply to this email directly or view it on GitHub
#250 (comment).

Rob Eisenberg,
President - Blue Spire
www.durandaljs.com

<material-item ng-repeat="item in folders">
<material-item-content>
<div class="material-tile-left">
<img src="/img/list/60.jpeg" class="face">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Images need alt="" text.

@rschmukler
Copy link
Contributor

What is the difference between this and material SubHeader?

This commit adds an implementation of the "divider" component which groups and separates content within lists and page layouts using strong visual and spatial distinctions. Demos and docs accompany the implementation.

Closes #194
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Divider components
4 participants