@stackoverflow/stacks 1.10.0 → 1.10.1

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.
@@ -27,7 +27,7 @@ body {
27
27
  #stacks-internals #screen-sm({
28
28
  &,
29
29
  body {
30
- font-size: calc(var(--su-static12) - var(--su-static1)); // 11px
30
+ font-size: 11px;
31
31
  }
32
32
  }, @force-selector: true);
33
33
 
@@ -99,9 +99,9 @@ body {
99
99
  // $ FONT SIZES (fs-)
100
100
  // Base font-size is 13px.
101
101
  // ----------------------------------------------------------------------------
102
- --fs-fine: calc(var(--su-static12) - var(--su-static1)); // 11px
103
- --fs-caption: var(--su-static12);
104
- --fs-body1: calc(var(--su-static12) + var(--su-static1)); // 13px
102
+ --fs-fine: 11px;
103
+ --fs-caption: 12px;
104
+ --fs-body1: 13px;
105
105
 
106
106
  // Relative to the root element
107
107
  --fs-body2: 1.153846154rem;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/StackExchange/Stacks.git"
7
7
  },
8
- "version": "1.10.0",
8
+ "version": "1.10.1",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"