@itcase/tokens-am 1.1.5 → 1.1.6

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.
@@ -1,4 +1,4 @@
1
- :root.am {
1
+ :root {
2
2
  --color-accent-primary: hsl(92, 49%, 47%, 1);
3
3
  --color-accent-primary-hover: hsl(92, 70%, 47%, 1);
4
4
  --color-accent-secondary: hsl(92, 29%, 62%, 1);
@@ -400,7 +400,7 @@
400
400
  font-optical-sizing: auto;
401
401
  }
402
402
  @media (--desktop) {
403
- :root.am {
403
+ :root {
404
404
  --wrapper-margin: 40px;
405
405
 
406
406
  /* Warning first column 1fr by default */
@@ -410,7 +410,7 @@
410
410
  }
411
411
  }
412
412
  @media (--mobile) {
413
- :root.am {
413
+ :root {
414
414
  --wrapper-margin: 12px;
415
415
 
416
416
  /* Warning first column 1fr by default */
@@ -420,7 +420,7 @@
420
420
  }
421
421
  }
422
422
  @media (--tablet) {
423
- :root.am {
423
+ :root {
424
424
  --wrapper-margin: 24px;
425
425
 
426
426
  /* Warning first column 1fr by default */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.5",
4
+ "version": "1.1.6",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -25,5 +25,5 @@
25
25
  "access": "public",
26
26
  "registry": "https://registry.npmjs.org/"
27
27
  },
28
- "gitHead": "cd2f9e6d3474f6be56dac5750ec45d8eea649ba8"
28
+ "gitHead": "63cf1d850aa67951bb7fbc55b7ad93cae18615b5"
29
29
  }