Skip to content

Commit e284703

Browse files
authored
chore: adding simple pattern descriptions (#1378)
* chore: adding pattern simple descriptions especially for testing * chore: removed the comment as it got moved to the description previously
1 parent 57aad3d commit e284703

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
}
1313
],
1414
"meta": {
15-
"description": "To add to these items, use Sass variables that start with <code>$font-family-</code> in <code>./source/css/scss/abstracts/_variables.scss</code>"
15+
"description": ""
1616
}
17-
}
17+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
order: 2
3-
---
3+
---
4+
5+
To add to these items, use Sass variables that start with `$font-family-` in `./source/css/scss/abstracts/_variables.scss`

packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
}
3838
],
3939
"meta": {
40-
"description": "To add to these items, use Sass variables that start with <code>$font-size-</code> in <code>./source/css/scss/abstracts/_variables.scss</code>"
40+
"description": ""
4141
}
42-
}
42+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
order: 2
3-
---
3+
---
4+
5+
To add to these items, use Sass variables that start with `$font-size-` in `./source/css/scss/abstracts/_variables.scss`

0 commit comments

Comments
 (0)