Skip to content

Commit

Permalink
chore: adding simple pattern descriptions (pattern-lab#1378)
Browse files Browse the repository at this point in the history
* chore: adding pattern simple descriptions
especially for testing
* chore: removed the comment
as it got moved to the description previously
  • Loading branch information
mfranzke committed Dec 4, 2021
1 parent c03a032 commit aaa2238
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
}
],
"meta": {
"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>"
"description": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
order: 2
---
---

To add to these items, use Sass variables that start with `$font-family-` in `./source/css/scss/abstracts/_variables.scss`
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
}
],
"meta": {
"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>"
"description": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
order: 2
---
---

To add to these items, use Sass variables that start with `$font-size-` in `./source/css/scss/abstracts/_variables.scss`

0 comments on commit aaa2238

Please sign in to comment.