Skip to content

Commit 3bf68fd

Browse files
Merge pull request #1947 from cfpb/ans_remove_topdoc
Remove topdoc comments
2 parents 647b046 + 0a5d3bb commit 3bf68fd

File tree

8 files changed

+8
-86
lines changed

8 files changed

+8
-86
lines changed

docs/assets/css/skip-nav.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
skip-nav
44
========================================================================== */
55

6-
/* topdoc
7-
name: CF.gov skip navigation button
8-
family: cfgov-header
9-
tags:
10-
- cfgov-header
11-
*/
126
.skip-nav {
137
position: relative;
148

packages/cfpb-design-system/dist/cfpb-design-system.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cfpb-design-system/dist/cfpb-design-system.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cfpb-expandables/dist/cfpb-expandables.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cfpb-expandables/src/summary-minimal.less

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,5 @@
11
@import (reference) '@cfpb/cfpb-core/src/cfpb-core.less';
22

3-
/* topdoc
4-
name: Summary Minimal
5-
family: cf-organisms
6-
notes:
7-
- "Styles a two-way Expandable-like organism that previews content."
8-
patterns:
9-
- name: Summary Minimal organism
10-
markup: |
11-
<div class="o-summary-minimal">
12-
<div class="o-summary_content">
13-
Content
14-
</div>
15-
<button class="o-summary_btn">
16-
<span class="o-summary-minimal_cue-open">
17-
Show
18-
{% include icons/plus-round.svg %}
19-
</span>
20-
<span class="o-summary-minimal_cue-close">
21-
Hide
22-
{% include icons/minus-round.svg %}
23-
</span>
24-
</button>
25-
</div>
26-
codenotes:
27-
- |
28-
Pattern structure
29-
-----------------
30-
.o-summary-minimal
31-
.o-summary-minimal_content
32-
.o-summary-minimal_btn
33-
.o-summary-minimal_cue-open
34-
.o-summary-minimal_cue-close
35-
36-
notes:
37-
- "Two-way expandable. Displays an approximately 4-line
38-
preview of content."
39-
tags:
40-
- cf-organisms
41-
*/
42-
433
.o-summary-minimal {
444
&_content {
455
overflow-y: hidden;

packages/cfpb-expandables/src/summary.less

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
@import (reference) '@cfpb/cfpb-core/src/cfpb-core.less';
22

3-
/* topdoc
4-
name: Summary
5-
family: cf-organisms
6-
notes:
7-
- "Styles a one-way Expandable-like organism that previews content."
8-
patterns:
9-
- name: Summary Mobile organism
10-
markup: |
11-
<div class="o-summary o-summary__mobile">
12-
<div class="o-summary_content">
13-
Content
14-
</div>
15-
<button class="o-summary_btn u-hidden">
16-
Read full description
17-
</button>
18-
</div>
19-
codenotes:
20-
- |
21-
Pattern structure
22-
-----------------
23-
.o-summary
24-
.o-summary_content
25-
.o-summary_btn.u-hidden
26-
27-
notes:
28-
- "One-way expandable. Displays an approximately 4-line
29-
preview of content on mobile screen sizes only
30-
when __mobile modifier is used."
31-
tags:
32-
- cf-organisms
33-
*/
34-
353
.o-summary {
364
&_content {
375
overflow-y: hidden;

packages/cfpb-notifications/dist/cfpb-notifications.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)