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

Comment name property for first comment fails if no file level comment #15

Closed
danoc opened this issue Nov 28, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@danoc
Copy link
Contributor

danoc commented Nov 28, 2015

This would not return the name of the first annotation unless a file-level comment is added.

/// Compass polyfills
/// @description Line 1
/// Line 2!
.foo {
  color: red;
}

/// One more comment?
.bar {
  color: blue;
}
@danoc danoc self-assigned this Nov 28, 2015
@danoc danoc added this to the Private Beta milestone Nov 28, 2015
@danoc danoc closed this as completed in #24 Dec 1, 2015
danoc added a commit that referenced this issue Dec 1, 2015
Fix issue with comment name property not always displaying.
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