Skip to content

Commit 3c3e28e

Browse files
committed
docs(sass): update docs
1 parent 755c6c0 commit 3c3e28e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.changeset/odd-ties-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-sass": patch
3+
---
4+
5+
Update docs

core/pfe-sass/extends/_typography_extends.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
@use "../functions/custom-properties" as *;
88

99
/// Base typography typically set on a body or html tag to cascade down to all typographical elements.
10-
/// @see {mixin} pfe-typography
1110
/// @requires {function} pfe-var
1211
%pfe-content-base {
1312
font-family: pfe-var(font-family);
@@ -16,7 +15,6 @@
1615
}
1716

1817
/// List items
19-
/// @see {mixin} pfe-typography
2018
/// @requires {function} pfe-var
2119
%pfe-content--list {
2220
padding-left: calc(#{pfe-var(ui--indent)} * 2);
@@ -25,7 +23,6 @@
2523
}
2624
}
2725

28-
/// @see {mixin} pfe-typography
2926
/// @requires {function} pfe-var
3027
%pfe-content--list-item {
3128
&:not(:last-child):not(:empty) {
@@ -34,7 +31,6 @@
3431
}
3532

3633
/// Adds extra space above nested ordered or unordered lists, within other lists. `UL + UL` or `OL + OL`
37-
/// @see {mixin} pfe-typography
3834
/// @requires {function} pfe-var
3935
%pfe-content--nested-list {
4036
margin-top: pfe-var(content-spacer--body--sm); // 8px

core/pfe-sass/maps/_typography.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,14 @@ $pfe-type-sizing--content: (
8181
);
8282

8383
/// Sets of Titles: Mega
84-
/// @see {mixin} pfe-typography
8584
// TODO: rename to pfe-title-set
8685
$pf-title-set--mega: ("6xl", "5xl");
8786

8887
/// Sets of Titles: Regular
89-
/// @see {mixin} pfe-typography
9088
// TODO: rename to pfe-title-set
9189
$pf-title-set--regular: ("4xl", "3xl", "2xl");
9290

9391
/// Sets of Titles: Small
94-
/// @see {mixin} pfe-typography
9592
// TODO: rename to pfe-title-set
9693
$pf-title-set--tiny: (xl, lg, md, sm, xs);
9794

core/pfe-sass/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"registry": "https://registry.npmjs.org/"
1010
},
1111
"scripts": {
12+
"prepublishOnly": "npm run build",
13+
"build": "npm run analyze",
1214
"analyze": "sassdoc {extends,functions,maps,mixins,variables}/_*.scss index.scss"
1315
},
1416
"keywords": [

0 commit comments

Comments
 (0)