From 320c3b459c1cddbf2a93a618cfb05c0a788c10a2 Mon Sep 17 00:00:00 2001
From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
Date: Sat, 27 Nov 2021 16:31:17 +0100
Subject: [PATCH 1/2] chore: adding pattern simple descriptions
especially for testing
---
.../dist/_patterns/atoms/global/font-families.md | 4 +++-
.../dist/_patterns/atoms/global/font-sizes.md | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.md b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.md
index 7017cea54..9fdf67d62 100644
--- a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.md
+++ b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.md
@@ -1,3 +1,5 @@
---
order: 2
----
\ No newline at end of file
+---
+
+To add to these items, use Sass variables that start with `$font-family-` in `./source/css/scss/abstracts/_variables.scss`
diff --git a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.md b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.md
index 7017cea54..94b2cc9bf 100644
--- a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.md
+++ b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.md
@@ -1,3 +1,5 @@
---
order: 2
----
\ No newline at end of file
+---
+
+To add to these items, use Sass variables that start with `$font-size-` in `./source/css/scss/abstracts/_variables.scss`
From 21236e986b5f4db804e8474ddeb156ee043d0ec9 Mon Sep 17 00:00:00 2001
From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
Date: Sun, 28 Nov 2021 08:03:11 +0100
Subject: [PATCH 2/2] chore: removed the comment
as it got moved to the description previously
---
.../dist/_patterns/atoms/global/font-families.json | 4 ++--
.../dist/_patterns/atoms/global/font-sizes.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.json b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.json
index 1631188fe..0fb1424d8 100644
--- a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.json
+++ b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-families.json
@@ -12,6 +12,6 @@
}
],
"meta": {
- "description": "To add to these items, use Sass variables that start with $font-family- in ./source/css/scss/abstracts/_variables.scss"
+ "description": ""
}
-}
\ No newline at end of file
+}
diff --git a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.json b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.json
index 95c0e11c0..23a72b4af 100644
--- a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.json
+++ b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/global/font-sizes.json
@@ -37,6 +37,6 @@
}
],
"meta": {
- "description": "To add to these items, use Sass variables that start with $font-size- in ./source/css/scss/abstracts/_variables.scss"
+ "description": ""
}
-}
\ No newline at end of file
+}