@itcase/tokens-am 1.1.19 → 1.1.21
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/dist/css/styles/main.css +1 -1
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
font-optical-sizing: auto;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
/* DO NOT SET :root:where(.am) this will
|
|
261
|
+
/* DO NOT SET :root:where(.am) this will breaks postCSSFluid Typo */
|
|
262
262
|
|
|
263
263
|
/* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
|
|
264
264
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-am",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.21",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"registry": "https://registry.npmjs.org/"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "45572dd3abff7b27bc6bdc39a94105e64db97fdb"
|
|
32
32
|
}
|