shopify-accelerate-app 1.0.23 → 1.0.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-accelerate-app",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -290,7 +290,7 @@ module.exports = {
290
290
  },
291
291
  { values: theme("spacing") }
292
292
  );
293
- matchUtilities(
293
+ /*matchUtilities(
294
294
  {
295
295
  "border-w": (value) => ({
296
296
  borderWidth: `${value}`,
@@ -347,7 +347,7 @@ module.exports = {
347
347
  }),
348
348
  },
349
349
  { values: theme("spacing") }
350
- );
350
+ );*/
351
351
  addUtilities({
352
352
  ".shape-geometric-precision": {
353
353
  "shape-rendering": "geometricPrecision",