@appartmint/css-mint 0.0.19 → 0.0.20

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/css-mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Styles by App Art Mint",
@@ -148,7 +148,7 @@
148
148
  #{class(content)} {
149
149
  display: flex;
150
150
  flex-direction: column;
151
- gap: math.div($grid-gap, 2);
151
+ gap: calc(css-var(gap) * 2);
152
152
  position: relative;
153
153
  padding: css-var(card-padding);
154
154
  background: css-var(card-back);