holygrail2 1.3.47 → 1.3.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.3.47",
3
+ "version": "1.3.48",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -192,7 +192,10 @@ b {
192
192
  padding: 16px;
193
193
  }
194
194
  .text-inherit {
195
+ font-weight: inherit;
195
196
  font-size: inherit;
197
+ font-family: inherit;
198
+ line-height: inherit;
196
199
  }
197
200
  .text-lowercase {
198
201
  text-transform: lowercase;
@@ -1521,7 +1521,7 @@ button {
1521
1521
  gap: 4px;
1522
1522
  height: auto;
1523
1523
  justify-content: space-between;
1524
- min-height: auto;
1524
+ min-height: 16px;
1525
1525
  min-width: 36px;
1526
1526
  padding: 0;
1527
1527
  width: auto;