UNPKG

@builder.io/mitosis

Version:

Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io

9 lines (8 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseCss = void 0; const parseCss = (ast, json) => { var _a; json.style = (_a = ast.css) === null || _a === void 0 ? void 0 : _a.content.styles; }; exports.parseCss = parseCss;