Files
klz-cables.com/.pnpm-store/v10/files/45/ba714bd247a782791909a87a85b71a5241edd58ea25bcf510258a15e92d654771f7d59d526e770605ab7b0e819a06d7687a48e5e6d97ac4864f202f28be3d5
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

14 lines
540 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.marginLeft = exports.marginBottom = exports.marginRight = exports.marginTop = void 0;
var marginForSide = function (side) { return ({
name: "margin-" + side,
initialValue: '0',
prefix: false,
type: 4 /* TOKEN_VALUE */
}); };
exports.marginTop = marginForSide('top');
exports.marginRight = marginForSide('right');
exports.marginBottom = marginForSide('bottom');
exports.marginLeft = marginForSide('left');
//# sourceMappingURL=margin.js.map