@histoire/controls 0.6.6 → 0.7.2

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.
@@ -637,7 +637,7 @@
637
637
  }
638
638
 
639
639
  body {
640
- font-size: 18px;
640
+ font-size: 1.125rem;
641
641
  }
642
642
 
643
643
  .htw-dark body{
@@ -647,7 +647,7 @@ body {
647
647
 
648
648
  @media (min-width: 640px) {
649
649
  body {
650
- font-size: 14px;
650
+ font-size: .875rem;
651
651
  }
652
652
  }
653
653
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@histoire/controls",
3
- "version": "0.6.6",
3
+ "version": "0.7.2",
4
4
  "description": "Prebuilt controls components",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -44,7 +44,7 @@
44
44
  "autoprefixer": "^10.4.4",
45
45
  "concurrently": "^7.1.0",
46
46
  "floating-vue": "^2.0.0-beta.16",
47
- "histoire": "0.6.6",
47
+ "histoire": "0.7.2",
48
48
  "postcss": "^8.4.12",
49
49
  "postcss-import": "^14.1.0",
50
50
  "tailwindcss": "^3.0.23",
@@ -6,12 +6,12 @@
6
6
 
7
7
 
8
8
  body {
9
- font-size: 18px;
9
+ font-size: 1.125rem;
10
10
  @apply dark:htw-text-gray-100;
11
11
  }
12
12
 
13
13
  @media (min-width: 640px) {
14
14
  body {
15
- font-size: 14px;
15
+ font-size: .875rem;
16
16
  }
17
17
  }