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

Support one comment for multiple items #1

Closed
danoc opened this issue Sep 9, 2015 · 1 comment
Closed

Support one comment for multiple items #1

danoc opened this issue Sep 9, 2015 · 1 comment
Assignees
Milestone

Comments

@danoc
Copy link
Contributor

danoc commented Sep 9, 2015

This comment relates to all the classes below it. There should be a way to indicate this.

/// Flex classes

.flex {
  @include display(flex);
}

.flex-1 {
  @include flex(1);
}

.flex-none {
  @include flex(none);
}

.flex-wrap--wrap {
  @include flex-wrap(wrap);
}
@danoc
Copy link
Contributor Author

danoc commented Dec 1, 2015

This is done. Comments will contain everything below it until it finds another comment or a special /// --- comment.

@danoc danoc closed this as completed Dec 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant