Files
klz-cables.com/.pnpm-store/v10/files/8a/3d9410a651398de770656dbd4b0ba1b121497e835873597aca1396716813376dc8341e93446746262047004eb4b02fc67e3ade4af222b5f97f7a374ee108d9
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

17 lines
511 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.webkitTextStrokeWidth = void 0;
var parser_1 = require("../syntax/parser");
exports.webkitTextStrokeWidth = {
name: "-webkit-text-stroke-width",
initialValue: '0',
type: 0 /* VALUE */,
prefix: false,
parse: function (_context, token) {
if (parser_1.isDimensionToken(token)) {
return token.number;
}
return 0;
}
};
//# sourceMappingURL=webkit-text-stroke-width.js.map